{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schemas.developer.iata.org/standards/psc/baggage/alpha/iata-baggage-cart-ride-instruction.v0.1.0-alpha.1.json",
    "title": "message",
    "description": "Cart Ride Instruction message ",
    "type": "object",
    "required": [
        "payload"
    ],
    "properties": {
        "payload": {
            "title": "payload",
            "description": "A use of a baggage cart to package a collection of bags of same segregation for transport between terminal and aircraft stand",
            "$ref": "iata-baggage-library.v0.1.0-alpha.1.json#/$defs/CartRideInstruction"
        }
    },
    "additionalProperties": false
}