Default data schema output to recommend snake_case (#SKY-7446) (#4764)

This commit is contained in:
Celal Zamanoğlu
2026-02-17 19:54:25 +03:00
committed by GitHub
parent 7491e72a09
commit 957e6203c2
6 changed files with 17 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ export const errorMappingExampleValue = {
export const dataSchemaExampleValue = {
type: "object",
properties: {
sample: { type: "string" },
sample_field: { type: "string" },
},
} as const;