All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.cxs.schemas.rest.eventscollectorrequest.json Maven / Gradle / Ivy

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