changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "lastUpdated": {
+ "format": "date",
+ "type": "string"
+ },
+ "openSourceTools": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "evidenceUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "repositoryUrl": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "description",
+ "repositoryUrl",
+ "evidenceUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "products": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "category",
+ "description",
+ "url",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "provenance": {
+ "additionalProperties": false,
+ "properties": {
+ "canonicalProfile": {
+ "format": "uri",
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "canonicalProfile",
+ "note"
+ ],
+ "type": "object"
+ },
+ "provider": {
+ "additionalProperties": false,
+ "properties": {
+ "areaServed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "brand": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "contactUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "languages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "location": {
+ "additionalProperties": false,
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "city",
+ "country"
+ ],
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "professionalRole": {
+ "type": "string"
+ },
+ "profileUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "sameAs": {
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tagline": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "name",
+ "professionalRole",
+ "tagline",
+ "profileUrl",
+ "brand",
+ "location",
+ "areaServed",
+ "languages",
+ "contactUrl",
+ "sameAs"
+ ],
+ "type": "object"
+ },
+ "schemaVersion": {
+ "type": "string"
+ },
+ "services": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "evidenceUrls": {
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "outcomes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "problemsSolved": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "targetAudience": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "description",
+ "url",
+ "targetAudience",
+ "problemsSolved",
+ "outcomes",
+ "evidenceUrls"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "schemaVersion",
+ "lastUpdated",
+ "provider",
+ "services",
+ "products",
+ "openSourceTools",
+ "provenance"
+ ],
+ "type": "object"
+}