addedInput schema / properties / ambitions / properties
Added value: +{
+ "environmental": {
+ "maxLength": 400,
+ "minLength": 10,
+ "type": "string"
+ },
+ "governance": {
+ "maxLength": 400,
+ "minLength": 10,
+ "type": "string"
+ },
+ "social": {
+ "maxLength": 400,
+ "minLength": 10,
+ "type": "string"
+ }
+}
addedInput schema / properties / ambitions / required
Added value: +[
+ "environmental",
+ "social",
+ "governance"
+]
addedInput schema / properties / availableResources / properties
Added value: +{
+ "budgetEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "dedicatedFTE": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "externalPartners": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 6,
+ "type": "array"
+ }
+}
addedInput schema / properties / availableResources / required
Added value: +[
+ "budgetEur",
+ "dedicatedFTE"
+]
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": 160,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "fte",
+ "revenueEur",
+ "country"
+]
addedInput schema / properties / currentScores / properties
Added value: +{
+ "environmental": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "governance": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "overallEsg": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "social": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ }
+}
addedInput schema / properties / focus / maxLength
Added value: +500
addedInput schema / properties / horizon / default
Added value: +"36 mois"
addedInput schema / properties / horizon / enum
Added value: +[
+ "12 mois",
+ "24 mois",
+ "36 mois"
+]
addedInput schema / properties / targetLabels / items
Added value: +{
+ "enum": [
+ "EcoVadis Bronze",
+ "EcoVadis Silver",
+ "EcoVadis Gold",
+ "EcoVadis Platinum",
+ "B-Corp",
+ "Entreprise à mission",
+ "ISO 14001",
+ "ISO 26000",
+ "SBTi"
+ ],
+ "type": "string"
+}
addedInput schema / required
Added value: +[
+ "company",
+ "ambitions",
+ "availableResources",
+ "horizon"
+]