diff --git a/examples/v3.0/callback-example.json b/examples/v3.0/callback-example.json index edae06a..ebd2d3d 100644 --- a/examples/v3.0/callback-example.json +++ b/examples/v3.0/callback-example.json @@ -27,6 +27,7 @@ "content": { "application/json": { "schema": { + "type": "object", "description": "subscription information", "required": ["subscriptionId"], "properties": { diff --git a/examples/v3.0/uspto.json b/examples/v3.0/uspto.json index 5c687e2..81dfb0f 100644 --- a/examples/v3.0/uspto.json +++ b/examples/v3.0/uspto.json @@ -223,12 +223,12 @@ }, "apiUrl": { "type": "string", - "format": "uriref", + "format": "uri-reference", "description": "The URL describing the dataset's fields" }, "apiDocumentationUrl": { "type": "string", - "format": "uriref", + "format": "uri-reference", "description": "A URL to the API console for each API" } } diff --git a/examples/v3.1/webhook-example.json b/examples/v3.1/webhook-example.json index d39d129..ad0dac9 100644 --- a/examples/v3.1/webhook-example.json +++ b/examples/v3.1/webhook-example.json @@ -28,6 +28,7 @@ "components": { "schemas": { "Pet": { + "type": "object", "required": ["id", "name"], "properties": { "id": {