{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReferenceGroup", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the api endpoint" }, "name": { "type": "string", "description": "API endpoint path" }, "description": { "type": "string", "description": "A description of the endpoint" }, "entitled": { "type": "string", "description": "Flag indicating if the user is entitled to access the data in their subscriptions" } } }