{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntitlementList", "title": "EntitlementList", "type": "array", "description": "A list of Entitlement objects.", "items": { "$ref": "#/components/schemas/Entitlement" } }