{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://test.developer.iata.org/baggage/alpha/iata-baggage-cart-ride-notification.v1.0.0-alpha.3.1.json",
    "title": "cart ride notification",
    "description": "Cart Ride notification message",
    "type": "object",
    "required": [
        "data",
        "meta"
    ],
    "properties": {
        "data": {
            "title": "data",
            "description": "A use of a baggage cart to package a collection of bags of same segregation for transport between terminal and aircraft stand",
            "$ref": "https://test.developer.iata.org/baggage/alpha/iata-baggage-library.v1.0.0-alpha.3.1.json#/$defs/NotifOfCartRide"
        },
        "meta": {
            "title": "metadata",
            "type": "object",
            "required": [
                "schema"
            ],
            "properties": {
                "schema": {
                    "type": "string",
                    "const": "https://test.developer.iata.org/baggage/alpha/iata-baggage-cart-ride-notification.v1.0.0-alpha.3.1.json"
                }
            },
            "additionalProperties": true
        },
        "digitalSignature": {
            "$ref": "https://test.developer.iata.org/baggage/alpha/iata-message-digital-signature.json"
        }
    },
    "additionalProperties": false
}