mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
fix build
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
"ServerSource": {
|
||||
"ApiServer": {
|
||||
"type": "object",
|
||||
"title": "ApiServer",
|
||||
"title": "AthenaServer",
|
||||
"properties": {
|
||||
"location": {
|
||||
"type": "string",
|
||||
@@ -626,7 +626,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"staging_dir",
|
||||
"stagingDir",
|
||||
"schema"
|
||||
]
|
||||
},
|
||||
@@ -1555,6 +1555,11 @@
|
||||
"type": "string",
|
||||
"description": "The physical element data type in the data source. For example, VARCHAR(2), DOUBLE, INT."
|
||||
},
|
||||
"physicalName": {
|
||||
"type": "string",
|
||||
"description": "Physical name.",
|
||||
"examples": ["col_str_a"]
|
||||
},
|
||||
"required": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
@@ -1913,6 +1918,7 @@
|
||||
"Tags": {
|
||||
"type": "array",
|
||||
"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`.",
|
||||
"examples": ["finance", "sensitive", "employee_record"],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user