{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_v4_response_list", "title": "r2_v4_response_list", "allOf": [ { "$ref": "#/components/schemas/r2_v4_response" }, { "properties": { "result_info": { "$ref": "#/components/schemas/r2_result_info" } }, "type": "object" } ] }