mirror of
https://opendev.org/openstack/keystone.git
synced 2026-01-16 23:14:51 +00:00
Merge "Fix trusts jsonschema to support additional properties"
This commit is contained in:
commit
4275c6801e
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ trust_schema: dict[str, Any] = {
|
|||
"roles_links": response_types.links,
|
||||
**_trust_properties,
|
||||
},
|
||||
"additionalProperties": False,
|
||||
"additionalProperties": True,
|
||||
}
|
||||
|
||||
trust_index_request_query: dict[str, Any] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue