{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BusinessSegment", "description": "BusinessSegment schema from the Mews API.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-operations-business-segment-schema.json", "required": [ "CreatedUtc", "Id", "IsActive", "Name", "ServiceId", "UpdatedUtc" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "BusinessSegment" }