{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnableServiceResponse", "title": "EnableServiceResponse", "type": "object", "description": "It conveys the result of the Enable Service processing. Content of the Enable Service Response message.", "properties": { "Response": { "$ref": "#/components/schemas/Response" } }, "required": [ "Response" ] }