{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LocationId", "title": "Location ID", "type": "string", "description": "The ID of the location", "example": "12345", "nullable": true, "readOnly": false }