{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schemas.developer.iata.org/standards/psc/baggage/alpha/iata-baggage-bag-segment-result.v0.1.0-alpha.1.json",
    "title": "message",
    "description": "Bag Segment Result message ",
    "type": "object",
    "required": [
        "payload"
    ],
    "properties": {
        "payload": {
            "title": "payload",
            "description": "An allocation of a bag to a specific set of consecutive legs and a load position in vehicle performing the legs",
            "$ref": "iata-baggage-library.v0.1.0-alpha.1.json#/$defs/BagSegmentResult"
        }
    },
    "additionalProperties": false
}