{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserPlaceAuthorizationCodeListGet", "title": "UserPlaceAuthorizationCodeListGet", "type": "object", "required": [ "accessCodes" ], "properties": { "accessCodes": { "type": "array", "items": { "$ref": "#/components/schemas/AuthorizationCode" }, "description": "The set of activation codes and description." } } }