{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_api-response-collection", "title": "aaa_api-response-collection", "allOf": [ { "$ref": "#/components/schemas/aaa_api-response-common" }, { "properties": { "result_info": { "$ref": "#/components/schemas/aaa_result_info" } } } ], "type": "object" }