diff --git a/backend/schema/components/access-list-list.json b/backend/schema/components/access-list-list.json new file mode 100644 index 00000000..3745129d --- /dev/null +++ b/backend/schema/components/access-list-list.json @@ -0,0 +1,7 @@ +{ + "type": "array", + "description": "Access list list", + "items": { + "$ref": "./access-list-object.json" + } +} diff --git a/backend/schema/paths/nginx/access-lists/get.json b/backend/schema/paths/nginx/access-lists/get.json index ef9a6bf9..a5e39c22 100644 --- a/backend/schema/paths/nginx/access-lists/get.json +++ b/backend/schema/paths/nginx/access-lists/get.json @@ -88,7 +88,7 @@ } }, "schema": { - "$ref": "../../../components/access-list-object.json" + "$ref": "../../../components/access-list-list.json" } } }