From 0035208611701b4f7f2c959eb99a8725cca41e6e Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Thu, 25 Apr 2024 12:05:51 -0700 Subject: [PATCH] operationRef is a URI-reference Restore these "format" values to the schemas, which were removed when they were removed from the Server Object's "url" field, which is a template and not a URI-reference. --- schemas/v3.0/schema.yaml | 1 + schemas/v3.1/schema.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/schemas/v3.0/schema.yaml b/schemas/v3.0/schema.yaml index 4fcdd2d37c..0123b9f645 100644 --- a/schemas/v3.0/schema.yaml +++ b/schemas/v3.0/schema.yaml @@ -980,6 +980,7 @@ definitions: type: string operationRef: type: string + format: uri-reference parameters: type: object additionalProperties: {} diff --git a/schemas/v3.1/schema.yaml b/schemas/v3.1/schema.yaml index a852ae14bd..bd1925ca9c 100644 --- a/schemas/v3.1/schema.yaml +++ b/schemas/v3.1/schema.yaml @@ -622,6 +622,7 @@ $defs: properties: operationRef: type: string + format: uri-reference operationId: type: string parameters: