Skip to content

Commit ae4d342

Browse files
committed
Fix list type for access list list
1 parent 2da158d commit ae4d342

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "array",
3+
"description": "Access list list",
4+
"items": {
5+
"$ref": "./access-list-object.json"
6+
}
7+
}

backend/schema/paths/nginx/access-lists/get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"schema": {
91-
"$ref": "../../../components/access-list-object.json"
91+
"$ref": "../../../components/access-list-list.json"
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)