addedInput schema / properties / company / properties
Added value: +{
+ "country": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "fte": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "listedStatus": {
+ "enum": [
+ "listed",
+ "private-large",
+ "private-sme",
+ "public-sector"
+ ],
+ "type": "string"
+ },
+ "naceCode": {
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "parentGroup": {
+ "type": "string"
+ },
+ "revenueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "sector": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "fte",
+ "revenueEur",
+ "listedStatus",
+ "country"
+]
addedInput schema / properties / dataInputs / properties
Added value: +{
+ "environmental": {
+ "properties": {
+ "energyMixPct": {
+ "type": "object"
+ },
+ "scope1Tco2eq": {
+ "type": "number"
+ },
+ "scope2Tco2eqLocation": {
+ "type": "number"
+ },
+ "scope2Tco2eqMarket": {
+ "type": "number"
+ },
+ "scope3Tco2eq": {
+ "type": "number"
+ },
+ "wasteT": {
+ "type": "number"
+ },
+ "waterUseM3": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "governance": {
+ "type": "object"
+ },
+ "social": {
+ "properties": {
+ "accidentsLTI": {
+ "type": "number"
+ },
+ "fteByGenderPct": {
+ "type": "object"
+ },
+ "payGapPct": {
+ "type": "number"
+ },
+ "trainingHoursAvg": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "valueChain": {
+ "properties": {
+ "criticalRawMaterials": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "suppliersCount": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / focus / maxLength
Added value: +500
addedInput schema / properties / materiality / items
Added value: +{
+ "properties": {
+ "financiallyMaterial": {
+ "type": "boolean"
+ },
+ "impactMaterial": {
+ "type": "boolean"
+ },
+ "justification": {
+ "type": "string"
+ },
+ "topic": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "topic",
+ "financiallyMaterial",
+ "impactMaterial",
+ "justification"
+ ],
+ "type": "object"
+}
addedInput schema / properties / materiality / maxItems
Added value: +30
addedInput schema / properties / materiality / minItems
Added value: +3
addedInput schema / properties / targetFrameworks / items
Added value: +{
+ "enum": [
+ "CSRD",
+ "SFDR Article 8",
+ "SFDR Article 9",
+ "GRI",
+ "TCFD",
+ "ISSB IFRS S1/S2",
+ "CDP"
+ ],
+ "type": "string"
+}
addedInput schema / properties / targetFrameworks / maxItems
Added value: +7
addedInput schema / properties / targetFrameworks / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "company",
+ "targetFrameworks",
+ "dataInputs",
+ "materiality"
+]