addedInput schema / properties / ambitions / maxLength
Added value: +800
addedInput schema / properties / ambitions / minLength
Added value: +20
addedInput schema / properties / company / properties
Added value: +{
+ "country": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "foundedYear": {
+ "maximum": 2100,
+ "minimum": 1800,
+ "type": "integer"
+ },
+ "fte": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "revenueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "sector": {
+ "maxLength": 160,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "fte",
+ "revenueEur",
+ "country"
+]
addedInput schema / properties / currentInitiatives / items
Added value: +{
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+}
addedInput schema / properties / currentInitiatives / maxItems
Added value: +10
addedInput schema / properties / focus / maxLength
Added value: +500
addedInput schema / properties / targetLabels / items
Added value: +{
+ "enum": [
+ "B-Corp",
+ "EcoVadis Bronze",
+ "EcoVadis Silver",
+ "EcoVadis Gold",
+ "EcoVadis Platinum",
+ "Lucie 26000",
+ "ISO 14001",
+ "ISO 26000",
+ "Entreprise à mission"
+ ],
+ "type": "string"
+}
addedInput schema / properties / targetStakeholders / items
Added value: +{
+ "enum": [
+ "clients",
+ "employés",
+ "investisseurs",
+ "fournisseurs",
+ "communauté",
+ "régulateurs"
+ ],
+ "type": "string"
+}
addedInput schema / properties / targetStakeholders / maxItems
Added value: +6
addedInput schema / properties / targetStakeholders / minItems
Added value: +1
addedInput schema / properties / values / items
Added value: +{
+ "maxLength": 100,
+ "minLength": 3,
+ "type": "string"
+}
addedInput schema / properties / values / maxItems
Added value: +10
addedInput schema / properties / values / minItems
Added value: +2
addedInput schema / required
Added value: +[
+ "company",
+ "values",
+ "ambitions",
+ "targetStakeholders"
+]