{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserModeManagementAvailableFeaturesObject", "title": "UserModeManagementAvailableFeaturesObject", "type": "object", "required": [ "id", "name", "type" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ", "description": "A unique identifier for the feature." }, "name": { "type": "string", "example": "Test Feature", "description": "Unique name for the feature." }, "type": { "$ref": "#/components/schemas/ModeManagementFeatureTypeObject", "description": "Defines the scheduling of the operating mode." }, "phoneNumber": { "type": "string", "example": "+19705550028", "description": "The primary phone number configured for the feature." }, "extension": { "type": "string", "example": "0028", "description": "The extension configured for the feature." } } }