{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetApplicationResponse", "title": "GetApplicationResponse", "type": "object", "description": "Response containing application credentials and details", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationCredentials" } } } }