{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndpointLists", "title": "EndpointLists", "type": "array", "items": { "$ref": "#/components/schemas/Endpoint" }, "minItems": 1, "maxItems": 10 }