addedInput schema / properties / auditCriteria / properties
Added value: +{
+ "environmental": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 3,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 2,
+ "type": "array"
+ },
+ "governance": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 3,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 2,
+ "type": "array"
+ },
+ "social": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 3,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 2,
+ "type": "array"
+ },
+ "supplyChain": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 3,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 2,
+ "type": "array"
+ }
+}
addedInput schema / properties / auditCriteria / required
Added value: +[
+ "environmental",
+ "social",
+ "governance",
+ "supplyChain"
+]
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 / focus / maxLength
Added value: +500
addedInput schema / properties / suppliers / items
Added value: +{
+ "properties": {
+ "annualSpendEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "country": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "existingCertifications": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "knownIssues": {
+ "maxLength": 400,
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "tier": {
+ "enum": [
+ "Tier 1",
+ "Tier 2",
+ "Tier 3"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "sector",
+ "country",
+ "annualSpendEur",
+ "tier"
+ ],
+ "type": "object"
+}
addedInput schema / properties / suppliers / maxItems
Added value: +20
addedInput schema / properties / suppliers / minItems
Added value: +1
addedInput schema / properties / targetScore / maximum
Added value: +100
addedInput schema / properties / targetScore / minimum
Added value: +0
changedInput schema / properties / targetScore / type
Previous value: -"number"New value: +"integer"
addedInput schema / required
Added value: +[
+ "company",
+ "suppliers",
+ "auditCriteria"
+]