{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_items-update-request-collection", "title": "lists_items-update-request-collection", "items": { "allOf": [ { "properties": { "asn": { "$ref": "#/components/schemas/lists_item_asn" }, "comment": { "$ref": "#/components/schemas/lists_item_comment" }, "hostname": { "$ref": "#/components/schemas/lists_item_hostname" }, "ip": { "$ref": "#/components/schemas/lists_item_ip" }, "redirect": { "$ref": "#/components/schemas/lists_item_redirect" } }, "type": "object" } ] }, "type": "array" }