diff options
Diffstat (limited to 'api/openapi.yaml')
-rw-r--r-- | api/openapi.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/api/openapi.yaml b/api/openapi.yaml index 685bd4f..d8afb2f 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -441,13 +441,15 @@ components: items: type: string input: - type: object - additionalProperties: true - example: + anyOf: + - x-go-type: "interface{}" + - type: object + additionalProperties: true + example: user: alice action: read object: id123 - type: dog + type: dog required: - policyName - policyFilter |