From 93059f4c548fd1360158dcda63ba6d65f60e4bd4 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:29:16 +0200 Subject: [PATCH 1/5] test: show changes --- example-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-schema.json b/example-schema.json index 47dd02e..5462c6a 100644 --- a/example-schema.json +++ b/example-schema.json @@ -60,7 +60,7 @@ "type": "object", "properties": { "id": { - "type": "string" + "type": "number" }, "name": { "type": "string" From ed04f6b66f55742c0ae26a5df0f9ee9443d3f1e8 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:47:40 +0200 Subject: [PATCH 2/5] chore: more changes --- example-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-schema.json b/example-schema.json index 5462c6a..f1de271 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 cool list of users", "responses": { "200": { "description": "Successful response", From bd2a42bb23190f3da347f615580ae2112fdce63b Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:29:35 +0100 Subject: [PATCH 3/5] chore: test --- example-schema.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/example-schema.json b/example-schema.json index 638e2b4..8b37067 100644 --- a/example-schema.json +++ b/example-schema.json @@ -16,7 +16,7 @@ "get": { "summary": "List users", "operationId": "getUsers", - "description": "Returns a cool list of users", + "description": "Returns a list of cool users", "responses": { "200": { "description": "Successful response", @@ -37,7 +37,9 @@ "application/json": { "schema": { "type": "object", - "required": ["error"], + "required": [ + "error" + ], "properties": { "error": { "type": "string" @@ -71,4 +73,4 @@ } } } -} +} \ No newline at end of file From 2da3121b802fc6809a3f8df155c74a2351f6686f Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:19:46 +0100 Subject: [PATCH 4/5] chore: update --- example-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-schema.json b/example-schema.json index 8b37067..3a7975b 100644 --- a/example-schema.json +++ b/example-schema.json @@ -16,7 +16,7 @@ "get": { "summary": "List users", "operationId": "getUsers", - "description": "Returns a list of cool users", + "description": "Returns a list of cool users!", "responses": { "200": { "description": "Successful response", From cf8e716104f662fb791b246a88399f3a1e4042c1 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:19:49 +0100 Subject: [PATCH 5/5] chore: format --- example-schema.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/example-schema.json b/example-schema.json index dea252d..ca5bdd7 100644 --- a/example-schema.json +++ b/example-schema.json @@ -37,9 +37,7 @@ "application/json": { "schema": { "type": "object", - "required": [ - "error" - ], + "required": ["error"], "properties": { "error": { "type": "string" @@ -73,4 +71,4 @@ } } } -} \ No newline at end of file +}