Skip to content

Commit

Permalink
Added min/max length properties for string data type, for documentati…
Browse files Browse the repository at this point in the history
…on purposes only, plus RE schemas with empty records
  • Loading branch information
pdesmarets committed May 10, 2022
1 parent f61220e commit 0cc2263
Show file tree
Hide file tree
Showing 2 changed files with 4 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.87",
"versionDate": "2022-04-28",
"version": "0.1.88",
"versionDate": "2022-05-10",
"author": "hackolade",
"engines": {
"hackolade": "5.2.13",
Expand Down
2 changes: 2 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ making sure that you maintain a proper JSON format.
}
]
},
"minLength",
"maxLength",
"pattern",
"dependencies",
"primaryKey",
Expand Down

0 comments on commit 0cc2263

Please sign in to comment.