{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AdminRequest", "title": "AdminRequest", "type": "object", "description": "Empty. Content of the Custom Admin Request message.", "properties": { "ServiceIdentification": { "type": "string", "pattern": "^.+$", "description": "Identification of the administrative service to process." } } }