changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "adoption": {
+ "additionalProperties": {},
+ "properties": {
+ "level": {
+ "type": "number"
+ },
+ "meaning": {
+ "type": "string"
+ },
+ "rationale": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "level",
+ "meaning",
+ "rationale"
+ ],
+ "type": "object"
+ },
+ "buyChecks": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "corporateStatus": {},
+ "evidence": {
+ "additionalProperties": {},
+ "properties": {
+ "caseStudies": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "customer": {
+ "type": "string"
+ },
+ "outcome": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "customer",
+ "outcome",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "claimAudits": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "claim": {
+ "type": "string"
+ },
+ "counter": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "claim",
+ "counter",
+ "source",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "fieldNote": {},
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "caseStudies",
+ "claimAudits",
+ "fieldNote"
+ ],
+ "type": "object"
+ },
+ "faqs": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "a": {
+ "type": "string"
+ },
+ "q": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "q",
+ "a"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "placement": {
+ "additionalProperties": {},
+ "properties": {
+ "oar": {
+ "type": "string"
+ },
+ "seat": {
+ "type": "string"
+ },
+ "stage": {
+ "type": "string"
+ },
+ "teams": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "stage",
+ "oar",
+ "seat",
+ "teams"
+ ],
+ "type": "object"
+ },
+ "relatedSkills": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "skillFileUrl": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "url",
+ "skillFileUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "reversalLedger": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "company": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "company",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tool": {
+ "additionalProperties": {},
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "functions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "maturity": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "website": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "category",
+ "description",
+ "functions",
+ "maturity",
+ "website",
+ "url"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "tool",
+ "placement",
+ "adoption",
+ "evidence",
+ "corporateStatus",
+ "reversalLedger",
+ "buyChecks",
+ "relatedSkills",
+ "faqs"
+ ],
+ "type": "object"
+}