addedInput schema / properties / audienceProfile / enum
Added value: +[
+ "investors",
+ "B2B-clients",
+ "talents",
+ "regulators",
+ "general-public",
+ "mixed"
+]
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"
+ },
+ "mission": {
+ "maxLength": 400,
+ "minLength": 20,
+ "type": "string"
+ },
+ "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",
+ "mission",
+ "foundedYear",
+ "country"
+]
addedInput schema / properties / existingLabels / items
Added value: +{
+ "enum": [
+ "B-Corp",
+ "EcoVadis Bronze",
+ "EcoVadis Silver",
+ "EcoVadis Gold",
+ "EcoVadis Platinum",
+ "Lucie 26000",
+ "ISO 14001",
+ "ISO 26000",
+ "BSR"
+ ],
+ "type": "string"
+}
addedInput schema / properties / focus / maxLength
Added value: +500
addedInput schema / properties / pillars / properties
Added value: +{
+ "environmental": {
+ "properties": {
+ "actions": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+ },
+ "ambitions": {
+ "minLength": 10,
+ "type": "string"
+ },
+ "kpis": {
+ "minLength": 10,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kpis",
+ "actions",
+ "ambitions"
+ ],
+ "type": "object"
+ },
+ "governance": {
+ "properties": {
+ "actions": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+ },
+ "ambitions": {
+ "minLength": 10,
+ "type": "string"
+ },
+ "kpis": {
+ "minLength": 10,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kpis",
+ "actions",
+ "ambitions"
+ ],
+ "type": "object"
+ },
+ "social": {
+ "properties": {
+ "actions": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+ },
+ "ambitions": {
+ "minLength": 10,
+ "type": "string"
+ },
+ "kpis": {
+ "minLength": 10,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kpis",
+ "actions",
+ "ambitions"
+ ],
+ "type": "object"
+ }
+}
addedInput schema / properties / pillars / required
Added value: +[
+ "environmental",
+ "social",
+ "governance"
+]
addedInput schema / properties / stakeholders / items
Added value: +{
+ "properties": {
+ "engagement": {
+ "maxLength": 500,
+ "minLength": 10,
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "clients",
+ "employés",
+ "investisseurs",
+ "fournisseurs",
+ "communauté",
+ "régulateurs"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "engagement"
+ ],
+ "type": "object"
+}
addedInput schema / properties / stakeholders / maxItems
Added value: +8
addedInput schema / properties / stakeholders / minItems
Added value: +2
addedInput schema / properties / targetLabels / items
Added value: +{
+ "enum": [
+ "B-Corp",
+ "EcoVadis Bronze",
+ "EcoVadis Silver",
+ "EcoVadis Gold",
+ "EcoVadis Platinum",
+ "Lucie 26000",
+ "ISO 14001",
+ "ISO 26000",
+ "BSR"
+ ],
+ "type": "string"
+}
addedInput schema / required
Added value: +[
+ "company",
+ "pillars",
+ "stakeholders",
+ "audienceProfile"
+]