Event Entity
info
If you also want to upload files have a look at File Upload.
Here is an example of an event entity that you might want to create:
{
"remoteIdentifiers" : [
{
"source" : "name of the source",
"id" : "5f1042fbfc0fb01ce9dde328"
}
],
"types": [
"schema:Event"
],
"content": {
"venus:eventSchedule": [
{
"startDate": "2077-02-22T23:00:00.000+0000",
"endDate": "2077-02-22T23:59:59.999+0000",
"doorTime": "08:00",
"startTimezone": "Europe/Berlin",
"endTimezone": "Europe/Berlin",
"allDay": true
}
],
"schema:name": [
{
"lang": "de-DE",
"value": "Gamescom 2077"
},
{
"lang": "en",
"value": "Gamescom 2077"
}
],
"schema:description": [
{
"lang": "de-DE",
"value": "<pre><code class=\"language-plaintext\">Die Gamescom ist die weltweit größte Gaming-Veranstaltung. Sie findet jährlich in Köln, Deutschland statt.</code></pre>"
},
{
"lang": "en",
"value": "<pre><code class=\"language-plaintext\">Gamescom is the world's largest gaming event. It takes place annually in Cologne, Germany.</code></pre>"
}
],
"venus:shortDescription": [
{
"lang": "de-DE",
"value": "Die größte Gaming-Veranstaltung der Welt."
},
{
"lang": "en",
"value": "The largest gaming event in the world."
}
],
"schema:audience": [
"venus:companies",
"venus:young_people",
"venus:adults"
],
"venus:topics": [
"venus:profession",
"venus:music_school",
"venus:exercise"
],
"venus:features": [
"venus:central_location",
"venus:online_bookable",
"venus:barrier_free",
"venus:suburban_railway",
"venus:bus_station_nearby",
"venus:food_brought_in_allowed",
"venus:paid_wifi",
"venus:toilets"
],
"schema:address": {
"country": "Deutschland",
"city": "Atting",
"zip": "94348",
"street": "Flugplatzstraße 2"
},
"schema:eventStatus": [
"venus:scheduled"
],
"schema:eventAttendanceMode": [
"schema:OfflineEventAttendanceMode"
],
"schema:duration": 720,
"schema:latitude": 48.902269149999995,
"schema:longitude": 12.513263756471972,
"venus:meetingPoint": "Vor dem Servicepoint",
"schema:maximumAttendeeCapacity": 20,
"schema:paymentAccepted": [
"venus:contactless_payment",
"venus:apple_pay",
"venus:mastercard",
"venus:cash"
],
"schema:alternateName": [
{
"lang": "de-DE",
"value": "Gamescom 2077"
},
{
"lang": "en",
"value": "Gamescom 2077"
}
],
"venus:bookingLinksSpecifications" : [
{
"schema:description" : [
{
"lang" : "de-DE",
"value" : "<p>Buchungslink</p>"
}
],
"venus:bookingProviders" : [
"venus:bookingcom"
],
"venus:bookingLink" : [
{
"lang" : "de-DE",
"value" : "https://www.buchungslink.de"
}
]
}
],
"schema:genre": [
"venus:live",
"venus:design",
"venus:technology",
"venus:graphic",
"venus:video_art",
"venus:pop_culture",
"venus:fantasy",
"venus:science_fiction",
"venus:horror",
"venus:action",
"venus:animation"
],
"venus:arrivalDescription": [
{
"lang": "de-DE",
"value": "<p>Anreise per Bus möglich.</p>"
},
{
"lang": "en",
"value": "<p>Travel by bus is possible.</p>"
}
],
"schema:url": [
{
"lang": "de-DE",
"value": "hier-eine-webadresse.de"
}
],
"venus:openDataLicences": [
"venus:cc_by_sa"
],
"venus:sameAs": [
{
"venus:platforms": [
"venus:instagram"
],
"schema:url": [
{
"lang": "de-DE",
"value": "instagram-link.de"
}
]
},
{
"venus:platforms": [
"venus:youtube"
],
"schema:url": [
{
"lang": "de-DE",
"value": "youtube-link.de"
}
]
},
{
"venus:platforms": [
"venus:facebook"
],
"schema:url": [
{
"lang": "de-DE",
"value": "facebook-link.de"
}
]
}
],
"venus:accessibilityDescription" : [
{
"lang" : "de-DE",
"value" : "<p><span>Beschreibung Barrierefreiheit</span></p>"
}
],
"schema:isAccessibleForFree": true,
"schema:priceSpecification": [
{
"schema:name": [
{
"lang": "de-DE",
"value": "Ticket Preise"
}
],
"schema:minPrice": 50,
"schema:price": 60,
"schema:maxPrice": 120,
"schema:currency": [
"venus:EUR"
]
}
]
}
}