addedInput schema / properties / budgetRange / maxLength
Added value: +200
addedInput schema / properties / budgetRange / minLength
Added value: +3
addedInput schema / properties / clientCompany / maxLength
Added value: +200
addedInput schema / properties / clientCompany / minLength
Added value: +2
addedInput schema / properties / competitorsLikely / items
Added value: +{
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / competitorsLikely / maxItems
Added value: +8
addedInput schema / properties / competitorsLikely / minItems
Added value: +1
addedInput schema / properties / compliancePoints / items
Added value: +{
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / compliancePoints / maxItems
Added value: +20
addedInput schema / properties / compliancePoints / minItems
Added value: +0
addedInput schema / properties / deadlineISO / maxLength
Added value: +30
addedInput schema / properties / deadlineISO / minLength
Added value: +8
addedInput schema / properties / ourPositioning / maxLength
Added value: +800
addedInput schema / properties / ourPositioning / minLength
Added value: +20
addedInput schema / properties / rfpScope / maxLength
Added value: +1000
addedInput schema / properties / rfpScope / minLength
Added value: +20
addedInput schema / properties / rfpType / enum
Added value: +[
+ "public",
+ "private"
+]
addedInput schema / required
Added value: +[
+ "clientCompany",
+ "rfpType",
+ "rfpScope",
+ "ourPositioning",
+ "competitorsLikely",
+ "budgetRange",
+ "deadlineISO"
+]