fix build

This commit is contained in:
Simon Harrer
2025-03-10 15:55:04 +01:00
parent 9f82f4dad7
commit f5d12e3845

View File

@@ -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"
}