mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
13 lines
277 B
JSON
13 lines
277 B
JSON
|
{
|
||
|
"$id": "urn:zitadel:schema:v1",
|
||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
"type": "object",
|
||
|
"allOf": [
|
||
|
{
|
||
|
"$ref": "https://json-schema.org/draft/2020-12/schema"
|
||
|
},
|
||
|
{
|
||
|
"$ref": "urn:zitadel:schema:permission-schema:v1"
|
||
|
}
|
||
|
]
|
||
|
}
|