{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AllotmentDetails", "type": "object", "properties": { "tourName": { "type": "string", "description": "The tour name agreed for this specific allotment." }, "tourReference": { "type": "string", "description": "The tour reference agreed for this specific allotment." } } }