Skip to content

Commit

Permalink
Merge commit 'refs/pull/23/head' of https://github.com/hackolade/Avro
Browse files Browse the repository at this point in the history
JSON Schema RE: remove choice if there is only one record at the root level
  • Loading branch information
pdesmarets committed Feb 13, 2021
2 parents 5099381 + 3fd7275 commit 82fcdb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Avro",
"version": "0.1.57",
"versionDate": "2021-02-05",
"version": "0.1.58",
"versionDate": "2021-02-13",
"author": "hackolade",
"engines": {
"hackolade": "3.3.2",
Expand Down
10 changes: 10 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Logical type",
"propertyKeyword": "logicalType",
"typeDecorator": {
"useAsTypeName": true
},
"shouldValidate": false,
"propertyType": "select",
"options": [
Expand All @@ -478,6 +481,9 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Logical type",
"propertyKeyword": "logicalType",
"typeDecorator": {
"useAsTypeName": true
},
"shouldValidate": false,
"propertyType": "select",
"options": [
Expand Down Expand Up @@ -1077,6 +1083,9 @@ making sure that you maintain a proper JSON format.
"propertyName": "Values",
"propertyKeyword": "logicalType",
"shouldValidate": false,
"typeDecorator": {
"useAsTypeName": true
},
"propertyType": "select",
"options": [
{ "value": "map<string>", "name": "string" },
Expand Down Expand Up @@ -1338,6 +1347,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Pattern",
"propertyType": "text",
"propertyTooltip": "Validation rule for enum values",
"propertyKeyword": "pattern",
"disabled": true
},
Expand Down

0 comments on commit 82fcdb9

Please sign in to comment.