addedInput schema / properties / audienceSegments / items
Added value: +{
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "notes": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "size": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "name",
+ "size"
+ ],
+ "type": "object"
+}
addedInput schema / properties / audienceSegments / maxItems
Added value: +8
addedInput schema / properties / audienceSegments / minItems
Added value: +2
addedInput schema / properties / company / properties
Added value: +{
+ "fte": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "geographies": {
+ "items": {
+ "maxLength": 60,
+ "minLength": 2,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "minItems": 1,
+ "type": "array"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "nbSites": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "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 / context / properties
Added value: +{
+ "currentMaturity": {
+ "type": "string"
+ },
+ "knownGaps": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+ },
+ "upcomingChanges": {
+ "items": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "type": "array"
+ },
+ "voiceTone": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ }
+}
addedInput schema / properties / context / required
Added value: +[
+ "currentMaturity",
+ "knownGaps",
+ "voiceTone"
+]
addedInput schema / properties / focus / maxLength
Added value: +400
addedInput schema / required
Added value: +[
+ "company",
+ "context",
+ "audienceSegments"
+]