{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsIntegrationResponse", "title": "AtsIntegrationResponse", "type": "object", "description": "Response for ATS integration details", "properties": { "results": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/AtsIntegrationDetail" } } } }