{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ResourceFeature", "description": "ResourceFeature schema from the Mews API.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-resources-resource-feature-schema.json", "required": [ "Classification", "CreatedUtc", "Descriptions", "Id", "IsActive", "Names", "ServiceId", "ShortNames", "UpdatedUtc" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "ResourceFeature" }