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

io.zenwave360.sdk.resources.asyncapi.v2.json-schemas.transport-notification-eventdata-generic.schema Maven / Gradle / Ivy

There is a newer version: 1.6.3
Show newest version
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "#/TransportNotificationEventData",
  "type": "object",
  "javaType": "io.example.transport.schema.TransportNotificationEventData",
  "title": "TransportNotificationEventData",
  "description": "Object representation of event data",
  "default": {},
  "examples": [
    {
      "originAirport": "ZAZ",
      "realTime": "2020-02-13T06:46:36.848Z",
      "flightDate": "2020-01-28",
      "transitType": "IMPORT / EXPORT",
      "transportType": {
        "id": 1,
        "description": "TRANSPORTE POR CARRETERA"
      }
    }
  ],
  "additionalProperties": {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy