{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GlobalSpaceIdentifier", "title": "GlobalSpaceIdentifier", "type": "object", "nullable": true, "required": [ "spaceIdentifier" ], "properties": { "spaceIdentifier": { "type": "string" } } }