Skip to content

Commit

Permalink
VCR: Remove @context default value from OAS (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul authored Jun 11, 2024
1 parent e69d36e commit 36d4527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions auth/api/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/_static/vcr/vcr_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,14 +588,14 @@ components:
"@context":
description: |
The resolvable context of the credentialSubject as URI. If omitted, the "https://nuts.nl/credentials/v1" context is used.
It always adds the "https://www.w3.org/2018/credentials/v1" context if not present.
oneOf:
- type: string
example: "https://nuts.nl/credentials/v1"
- type: array
items:
type: string
example: ["https://www.w3.org/2018/credentials/v1", "https://nuts.nl/credentials/v1"]
default: ["https://www.w3.org/2018/credentials/v1", "https://nuts.nl/credentials/v1"]
type:
description: Type definition for the credential.
oneOf:
Expand Down

0 comments on commit 36d4527

Please sign in to comment.