From af546a66941a291e3ef47f07c4652a5645716934 Mon Sep 17 00:00:00 2001 From: Brian Brotsos Date: Wed, 21 Sep 2016 11:21:08 -0400 Subject: [PATCH] Modified organicPracticeTypeCode to maxLength2. The purpose of having 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 https://github.com/USDA/data-standards/issues/8 and https://github.com/USDA/data-standards/issues/11 --- json-schema/agriculturalProductionPlan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/agriculturalProductionPlan.json b/json-schema/agriculturalProductionPlan.json index 82b8d20..88da9e2 100644 --- a/json-schema/agriculturalProductionPlan.json +++ b/json-schema/agriculturalProductionPlan.json @@ -184,7 +184,7 @@ ], "type": "string", "minLength": 1, - "maxLength": 1 + "maxLength": 2 }, "croppingPracticeCode": { "title": "Cropping Practice Code",