Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1: adjust uri to uri-reference for security schema fixed fields (now in src) #4360

Merged
merged 1 commit into from
Feb 20, 2025
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