{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AculContextConfiguration", "title": "AculContextConfiguration", "type": [ "array", "null" ], "description": "Context values to make available", "items": { "$ref": "#/components/schemas/AculContextConfigurationItem" } }