Skip to content

Commit

Permalink
Modified organicPracticeTypeCode to maxLength2. The purpose of having…
Browse files Browse the repository at this point in the history
… both the enumerated list and the maxLength is for ease in creating database, and we need to revisit removing minLength and maxLength from schemas.Issue #8 and #11
  • Loading branch information
bbrotsos committed Sep 21, 2016
1 parent 461e019 commit af546a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-schema/agriculturalProductionPlan.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
],
"type": "string",
"minLength": 1,
"maxLength": 1
"maxLength": 2
},
"croppingPracticeCode": {
"title": "Cropping Practice Code",
Expand Down

0 comments on commit af546a6

Please sign in to comment.