Skip to content

Commit f5d12e3

Browse files
committed
fix build
1 parent 9f82f4d commit f5d12e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

schema/odcs-json-schema-latest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
"ServerSource": {
584584
"ApiServer": {
585585
"type": "object",
586-
"title": "ApiServer",
586+
"title": "AthenaServer",
587587
"properties": {
588588
"location": {
589589
"type": "string",
@@ -626,7 +626,7 @@
626626
}
627627
},
628628
"required": [
629-
"staging_dir",
629+
"stagingDir",
630630
"schema"
631631
]
632632
},
@@ -1555,6 +1555,11 @@
15551555
"type": "string",
15561556
"description": "The physical element data type in the data source. For example, VARCHAR(2), DOUBLE, INT."
15571557
},
1558+
"physicalName": {
1559+
"type": "string",
1560+
"description": "Physical name.",
1561+
"examples": ["col_str_a"]
1562+
},
15581563
"required": {
15591564
"type": "boolean",
15601565
"default": false,
@@ -1913,6 +1918,7 @@
19131918
"Tags": {
19141919
"type": "array",
19151920
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`.",
1921+
"examples": ["finance", "sensitive", "employee_record"],
19161922
"items": {
19171923
"type": "string"
19181924
}

0 commit comments

Comments
 (0)