{
  "$id": "https://schema.nfh.global/ServiceDelivery/v2.0",
  "x-iri": "https://schema.nfh.global/ServiceDelivery/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceDelivery",
  "type": "object",
  "description": "The top-level response container in SIRI encapsulating one or more real-time data delivery types.",
  "properties": {
    "responseTimestamp": {
      "description": "Timestamp when this service delivery was generated",
      "type": "string",
      "format": "date-time"
    },
    "producerRef": {
      "description": "Identifier of the system producing this delivery",
      "type": "string"
    },
    "requestMessageRef": {
      "description": "Reference to the request that triggered this delivery",
      "type": "string"
    },
    "stopMonitoring": {
      "description": "Stop monitoring delivery payloads",
      "$ref": "https://schema.nfh.global/StopMonitoring/v2.0/schema.json"
    },
    "vehicleMonitoring": {
      "description": "Vehicle monitoring delivery payloads",
      "$ref": "https://schema.nfh.global/VehicleMonitoringDelivery/v2.0/schema.json"
    },
    "estimatedTimetable": {
      "description": "Estimated timetable delivery payloads",
      "$ref": "https://schema.nfh.global/EstimatedTimetableDelivery/v2.0/schema.json"
    },
    "id": {
      "description": "Unique identifier for the catalog",
      "type": "string"
    },
    "descriptor": {
      "description": "Human-readable description of the catalog",
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "tags": {
      "description": "Tags associated with the catalog",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "x-tags": [
    "mobility",
    "ride-hailing"
  ]
}
