{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Directory", "title": "Directory", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvZEdWemRGOWthWEpsWTNSdmNuaz06OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh", "description": "ID of Receptionist Contact Directory" }, "name": { "type": "string", "example": "test_directory", "description": "Name of Receptionist Contact Directory." } } }