{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_eligibility", "title": "aaa_eligibility", "properties": { "eligible": { "$ref": "#/components/schemas/aaa_eligible" }, "ready": { "$ref": "#/components/schemas/aaa_ready" }, "type": { "$ref": "#/components/schemas/aaa_schemas-type" } }, "type": "object" }