diff --git a/example-schema.json b/example-schema.json index 71ec4a6..ca5bdd7 100644 --- a/example-schema.json +++ b/example-schema.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Example API", - "version": "1.0.0", + "version": "1.0.1", "description": "Example OpenAPI schema for testing the snapshot action" }, "servers": [ @@ -16,7 +16,7 @@ "get": { "summary": "List users", "operationId": "getUsers", - "description": "Returns a list of users", + "description": "Returns a list of cool users!", "responses": { "200": { "description": "Successful response.", @@ -58,7 +58,7 @@ "type": "object", "properties": { "id": { - "type": "string" + "type": "number" }, "name": { "type": "string"