{"openapi":"3.1.0","info":{"title":"Events API","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/events":{"get":{"operationId":"api_events_get_collection","tags":["Event"],"responses":{"200":{"description":"Event collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event-event.read"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}}}},"403":{"description":"Forbidden"}},"summary":"Retrieves the collection of Event resources.","description":"Retrieves the collection of Event resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_events_post","tags":["Event"],"responses":{"201":{"description":"Event resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"403":{"description":"Forbidden"}},"summary":"Creates a Event resource.","description":"Creates a Event resource.","parameters":[],"requestBody":{"description":"The new Event resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}}},"required":true},"deprecated":false}},"\/events\/{id}":{"get":{"operationId":"api_events_id_get","tags":["Event"],"responses":{"200":{"description":"Event resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}}}},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Retrieves a Event resource.","description":"Retrieves a Event resource.","parameters":[{"name":"id","in":"path","description":"Event identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_events_id_put","tags":["Event"],"responses":{"200":{"description":"Event resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Replaces the Event resource.","description":"Replaces the Event resource.","parameters":[{"name":"id","in":"path","description":"Event identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Event resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_events_id_delete","tags":["Event"],"responses":{"204":{"description":"Event resource deleted"},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Removes the Event resource.","description":"Removes the Event resource.","parameters":[{"name":"id","in":"path","description":"Event identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/auth":{"post":{"operationId":"login_check_post","tags":["Login Check"],"responses":{"200":{"description":"User token created","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"readOnly":true,"type":"string","nullable":false}},"required":["token"]}}}}},"summary":"Creates a user token.","description":"Creates a user token.","requestBody":{"description":"The login data","content":{"application\/json":{"schema":{"type":"object","properties":{"email":{"type":"string","nullable":false},"password":{"type":"string","nullable":false}},"required":["email","password"]}}},"required":true}}},"\/organizations":{"get":{"operationId":"api_organizations_get_collection","tags":["Organization"],"responses":{"200":{"description":"Organization collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization-organization.read"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization.jsonld-organization.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}}}},"403":{"description":"Forbidden"}},"summary":"Retrieves the collection of Organization resources.","description":"Retrieves the collection of Organization resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_organizations_post","tags":["Organization"],"responses":{"201":{"description":"Organization resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization-organization.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organization.jsonld-organization.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"403":{"description":"Forbidden"}},"summary":"Creates a Organization resource.","description":"Creates a Organization resource.","parameters":[],"requestBody":{"description":"The new Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organization.jsonld"}}},"required":true},"deprecated":false}},"\/organizations\/{id}":{"get":{"operationId":"api_organizations_id_get","tags":["Organization"],"responses":{"200":{"description":"Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization-organization.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organization.jsonld-organization.read"}}}},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Retrieves a Organization resource.","description":"Retrieves a Organization resource.","parameters":[{"name":"id","in":"path","description":"Organization identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_organizations_id_put","tags":["Organization"],"responses":{"200":{"description":"Organization resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization-organization.read"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organization.jsonld-organization.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Replaces the Organization resource.","description":"Replaces the Organization resource.","parameters":[{"name":"id","in":"path","description":"Organization identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organization.jsonld"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_organizations_id_delete","tags":["Organization"],"responses":{"204":{"description":"Organization resource deleted"},"403":{"description":"Forbidden"},"404":{"description":"Resource not found"}},"summary":"Removes the Organization resource.","description":"Removes the Organization resource.","parameters":[{"name":"id","in":"path","description":"Organization identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}}},"components":{"schemas":{"Address":{"type":"object","description":"","deprecated":false,"properties":{"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address-event.read":{"type":"object","description":"","deprecated":false,"properties":{"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"street":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Event":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track"}},"organizations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Event-event.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track-event.read"}},"organizations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization-event.read"}}}},"Event-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track-organization.read"}},"organizations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization-organization.read"}}}},"Event.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track.jsonld"}},"organizations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Event.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track.jsonld-event.read"}},"organizations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization.jsonld-event.read"}}}},"Event.jsonld-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"link":{"type":"string"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string"},"prerequisites":{"type":"string"},"catering":{"type":"boolean"},"accessible":{"type":"boolean"},"accommodation":{"type":"boolean"},"trackNum":{"type":"integer"},"tracks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Track.jsonld-organization.read"}},"organizations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization.jsonld-organization.read"}}}},"Organization":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Organization-event.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address-event.read"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]}}},"Organization-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address-organization.read"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event-organization.read"}}}},"Organization.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Organization.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-event.read"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]}}},"Organization.jsonld-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"presentation":{"type":"string"},"creationDate":{"type":["string","null"],"format":"date-time"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-organization.read"},{"type":"null"}]},"contactMail":{"type":"string"},"registrationNum":{"type":["string","null"]},"vatNum":{"type":["string","null"]},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld-organization.read"}}}},"Talk":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"speakerName":{"type":"string"},"speakerBio":{"type":["string","null"]},"speakerProfileLink":{"type":["string","null"]},"speakerAvatar":{"type":["string","null"]},"link":{"type":["string","null"]},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Talk-event.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"speakerName":{"type":"string"},"speakerBio":{"type":["string","null"]},"speakerProfileLink":{"type":["string","null"]},"speakerAvatar":{"type":["string","null"]},"link":{"type":["string","null"]}}},"Talk.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"speakerName":{"type":"string"},"speakerBio":{"type":["string","null"]},"speakerProfileLink":{"type":["string","null"]},"speakerAvatar":{"type":["string","null"]},"link":{"type":["string","null"]},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Talk.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"speakerName":{"type":"string"},"speakerBio":{"type":["string","null"]},"speakerProfileLink":{"type":["string","null"]},"speakerAvatar":{"type":["string","null"]},"link":{"type":["string","null"]}}},"Track":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":["string","null"]},"talks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Talk"}},"event":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Track-event.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":["string","null"]},"talks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Talk-event.read"}}}},"Track-organization.read":{"type":"object","description":"","deprecated":false},"Track.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":["string","null"]},"talks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Talk.jsonld"}},"event":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Track.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"type":"string"},"description":{"type":["string","null"]},"talks":{"type":"array","items":{"$ref":"#\/components\/schemas\/Talk.jsonld-event.read"}}}},"Track.jsonld-organization.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"key":{"type":"apiKey","description":"Value for the apikey header parameter.","name":"apikey","in":"header"},"JWT":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"security":[{"key":[]},{"JWT":[]}],"tags":[],"webhooks":{}}