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