Default data schema output to recommend snake_case (#SKY-7446) (#4764)
This commit is contained in:
@@ -27,7 +27,7 @@ export const errorMappingExampleValue = {
|
||||
export const dataSchemaExampleValue = {
|
||||
type: "object",
|
||||
properties: {
|
||||
sample: { type: "string" },
|
||||
sample_field: { type: "string" },
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user