Skip to content

Commit

Permalink
Update src schema with changes from OAI#4328
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Feb 13, 2025
1 parent d22d504 commit 4dc85ae
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/schemas/validation/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
$ref: '#/$defs/info'
jsonSchemaDialect:
type: string
format: uri
format: uri-reference
default: 'https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
servers:
type: array
Expand Down Expand Up @@ -64,7 +64,7 @@ $defs:
type: string
termsOfService:
type: string
format: uri
format: uri-reference
contact:
$ref: '#/$defs/contact'
license:
Expand All @@ -85,7 +85,7 @@ $defs:
type: string
url:
type: string
format: uri
format: uri-reference
email:
type: string
format: email
Expand All @@ -102,7 +102,7 @@ $defs:
type: string
url:
type: string
format: uri
format: uri-reference
required:
- name
dependentSchemas:
Expand Down Expand Up @@ -297,7 +297,7 @@ $defs:
type: string
url:
type: string
format: uri
format: uri-reference
required:
- url
$ref: '#/$defs/specification-extensions'
Expand Down Expand Up @@ -598,7 +598,7 @@ $defs:
value: true
externalValue:
type: string
format: uri
format: uri-reference
not:
required:
- value
Expand Down Expand Up @@ -830,7 +830,7 @@ $defs:
properties:
openIdConnectUrl:
type: string
format: uri
format: uri-reference
required:
- openIdConnectUrl

Expand Down Expand Up @@ -864,10 +864,10 @@ $defs:
properties:
authorizationUrl:
type: string
format: uri
format: uri-reference
refreshUrl:
type: string
format: uri
format: uri-reference
scopes:
$ref: '#/$defs/map-of-strings'
required:
Expand All @@ -881,10 +881,10 @@ $defs:
properties:
tokenUrl:
type: string
format: uri
format: uri-reference
refreshUrl:
type: string
format: uri
format: uri-reference
scopes:
$ref: '#/$defs/map-of-strings'
required:
Expand All @@ -898,10 +898,10 @@ $defs:
properties:
tokenUrl:
type: string
format: uri
format: uri-reference
refreshUrl:
type: string
format: uri
format: uri-reference
scopes:
$ref: '#/$defs/map-of-strings'
required:
Expand All @@ -915,13 +915,13 @@ $defs:
properties:
authorizationUrl:
type: string
format: uri
format: uri-reference
tokenUrl:
type: string
format: uri
format: uri-reference
refreshUrl:
type: string
format: uri
format: uri-reference
scopes:
$ref: '#/$defs/map-of-strings'
required:
Expand Down

0 comments on commit 4dc85ae

Please sign in to comment.