We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 976f97d + 5df3046 commit f676e37Copy full SHA for f676e37
schema.json
@@ -5,6 +5,10 @@
5
"additionalProperties": false,
6
"type": "object",
7
"properties": {
8
+ "$schema": {
9
+ "type": "string",
10
+ "description": "The schema to verify this document against."
11
+ },
12
"dataTypeCase": {
13
"description": "Converts data types to upper- or lowercase.",
14
"$ref": "#/$defs/casing"
0 commit comments