Fix list type for access list list

This commit is contained in:
Sander Jochems 2025-02-08 13:50:53 +01:00
parent 2da158d20c
commit ae4d342b8e
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{
"type": "array",
"description": "Access list list",
"items": {
"$ref": "./access-list-object.json"
}
}

View File

@ -88,7 +88,7 @@
}
},
"schema": {
"$ref": "../../../components/access-list-object.json"
"$ref": "../../../components/access-list-list.json"
}
}
}