{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-schema/thingspace-connectivity-feature-schema.json", "title": "Feature", "description": "Account feature", "type": "object", "properties": { "name": { "type": "string", "description": "Feature name", "example": "Callback" }, "description": { "type": "string", "description": "Feature description", "example": "Callback enabled" } } }