{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/ParcelDelivery.jsd", "title": "http://alumio.com/ParcelDelivery", "description": "The delivery of a parcel either via the postal service or a commercial service.", "allOf": [ { "$ref": "Thing.jsd" }, { "properties": { "deliveryAddress": { "$ref": "deliveryAddress.prop.jsd" }, "deliveryStatus": { "$ref": "deliveryStatus.prop.jsd" }, "expectedArrivalFrom": { "$ref": "expectedArrivalFrom.prop.jsd" }, "expectedArrivalUntil": { "$ref": "expectedArrivalUntil.prop.jsd" }, "hasDeliveryMethod": { "$ref": "hasDeliveryMethod.prop.jsd" }, "itemShipped": { "$ref": "itemShipped.prop.jsd" }, "originAddress": { "$ref": "originAddress.prop.jsd" }, "partOfOrder": { "$ref": "partOfOrder.prop.jsd" }, "provider": { "$ref": "provider.prop.jsd" }, "trackingNumber": { "$ref": "trackingNumber.prop.jsd" }, "trackingUrl": { "$ref": "trackingUrl.prop.jsd" }, "deliveryPrice": { "$ref": "deliveryPrice.prop.jsd" }, "deliveryTax": { "$ref": "deliveryTax.prop.jsd" } } } ] }