addedInput schema / properties / ambitions / maxLength
Added value: +500
addedInput schema / properties / ambitions / minLength
Added value: +15
addedInput schema / properties / company / properties
Added value: +{
+ "fte": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "geographies": {
+ "items": {
+ "maxLength": 60,
+ "minLength": 2,
+ "type": "string"
+ },
+ "maxItems": 12,
+ "minItems": 1,
+ "type": "array"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "stage": {
+ "maxLength": 40,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "fte",
+ "stage"
+]
addedInput schema / properties / currentState / properties
Added value: +{
+ "ergCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "genderRepresentationPct": {
+ "properties": {
+ "exec": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ "management": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ "overall": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "overall",
+ "management",
+ "exec"
+ ],
+ "type": "object"
+ },
+ "knownChallenges": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+ },
+ "nationalityCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "payEquityGapPct": {
+ "type": "number"
+ }
+}
addedInput schema / properties / currentState / required
Added value: +[
+ "genderRepresentationPct",
+ "knownChallenges"
+]
addedInput schema / properties / focus / maxLength
Added value: +400
addedInput schema / properties / regulatoryContext / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / regulatoryContext / maxItems
Added value: +8
addedInput schema / required
Added value: +[
+ "company",
+ "currentState",
+ "ambitions"
+]