Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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