addedInput schema / properties / company / properties
Added value: +{
+ "country": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "fte": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "revenueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "sector": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "country",
+ "revenueEur",
+ "fte"
+]
addedInput schema / properties / competitors / items
Added value: +{
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / competitors / maxItems
Added value: +10
addedInput schema / properties / competitors / minItems
Added value: +1
addedInput schema / properties / focus / maxLength
Added value: +600
addedInput schema / properties / patentPortfolioSummary / maxLength
Added value: +1000
addedInput schema / properties / patentPortfolioSummary / minLength
Added value: +10
addedInput schema / properties / targetMarkets / items
Added value: +{
+ "maxLength": 60,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / targetMarkets / maxItems
Added value: +5
addedInput schema / properties / targetMarkets / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "company",
+ "patentPortfolioSummary",
+ "targetMarkets",
+ "competitors"
+]