Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions schemas/v3.1/schema.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -168,7 +168,7 @@
"properties": {
"url": {
"type": "string",
"format": "uri-reference"
"format": "templated-url"
},
"description": {
"type": "string"
Expand DownExpand Up@@ -961,7 +961,7 @@
"properties": {
"operationRef": {
"type": "string",
"format": "uri-reference"
"format": "templated-url"
},
"operationId": {
"type": "string"
Expand DownExpand Up@@ -1446,4 +1446,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions schemas/v3.1/schema.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -119,7 +119,7 @@ $defs:
properties:
url:
type: string
format: uri-reference
format: templated-url
description:
type: string
variables:
Expand DownExpand Up@@ -664,7 +664,7 @@ $defs:
properties:
operationRef:
type: string
format: uri-reference
format: templated-url
operationId:
type: string
parameters:
Expand Down