{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ExtendedLocation", "type": "object", "description": "The complex type of the extended location.", "properties": { "name": { "type": "string", "description": "The name of the extended location." }, "type": { "type": "string", "description": "The type of the extended location." } } }