Skip to content
Open
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 example-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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.",
Expand Down Expand Up @@ -58,7 +58,7 @@
"type": "object",
"properties": {
"id": {
"type": "string"
"type": "number"
},
"name": {
"type": "string"
Expand Down
Loading