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