Basic Entity
info
If you also want to upload files have a look at File Upload.
Here is an example of an entity that you might want to create:
{
"_id": "6798b7b709256629566d21bd",
"types": [
"schema:Event"
],
"project": "66f3d1e6382ece6f7570ff3c",
"content": {
"schema:name": [
{
"value": "Gamescom 2077",
"lang": "en"
}
],
"venus:shortDescription": [
{
"value": "The biggest gaming event in the world.",
"lang": "en"
},
{
"value": "Die größte Gaming-Veranstaltung der Welt.",
"lang": "de-DE"
}
],
"schema:description": [
{
"value": "The Gamescom is the world's largest gaming event. It takes place annually in Cologne, Germany.",
"lang": "en"
},
{
"value": "Die Gamescom ist die weltweit größte Gaming-Veranstaltung. Sie findet jährlich in Köln, Deutschland statt.",
"lang": "de-DE"
}
],
"schema:startDate": "2077-08-17T00:00:00.000Z",
"schema:endDate": "2077-08-21T23:59:59.000Z",
"venus:address": {
"street": "Messeplatz 1",
"postalCode": "50679",
"city": "Cologne",
"country": "Germany"
}
}
}