Skip to content

Commit

Permalink
v3.1 license schema modified to describe url and identifier as mutual…
Browse files Browse the repository at this point in the history
…ly exclusive. Fixes OAI#2975
  • Loading branch information
arno-di-loreto committed Aug 2, 2022
1 parent aa91a19 commit 176ea02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schemas/v3.1/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ $defs:
format: uri
required:
- name
oneOf:
- required:
- identifier
- required:
- url
dependentSchemas:
identifier:
not:
required:
- url
$ref: '#/$defs/specification-extensions'
unevaluatedProperties: false

Expand Down

0 comments on commit 176ea02

Please sign in to comment.