META-INF.cxs.schemas.rest.eventscollectorrequest.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unomi-rest Show documentation
Show all versions of unomi-rest Show documentation
Apache Unomi Context Server REST API
The newest version!
{
"$id": "https://unomi.apache.org/schemas/json/rest/eventscollectorrequest/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"name": "eventsCollectorRequest",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "EventsCollectorRequest",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/rest/requestIds/1-0-0" }],
"properties": {
"events" : {
"type": ["array"],
"items": {
"type": "object"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy