{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-delivery-pneo-schema.json", "title": "deliveryPNEO", "type": "object", "properties": { "type": { "type": "string", "enum": [ "network" ] } } }