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