addedOutput schema / properties / data / properties / structuredData / properties
Added value: +{
+ "blocks": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "invalidBlocks": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "organizationFacts": {
+ "additionalProperties": false,
+ "properties": {
+ "additionalNetworkRequestsMade": {
+ "const": 0,
+ "type": "integer"
+ },
+ "conflicts": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "discardedValueSha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "entity": {
+ "type": "string"
+ },
+ "field": {
+ "type": "string"
+ },
+ "keptValueSha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "entity",
+ "field",
+ "keptValueSha256",
+ "discardedValueSha256"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "domainOwnershipVerified": {
+ "const": false,
+ "type": "boolean"
+ },
+ "identityVerified": {
+ "const": false,
+ "type": "boolean"
+ },
+ "legalStatusVerified": {
+ "const": false,
+ "type": "boolean"
+ },
+ "limits": {
+ "additionalProperties": false,
+ "properties": {
+ "maxDepth": {
+ "const": 20,
+ "type": "integer"
+ },
+ "maxInputCharacters": {
+ "const": 500000,
+ "type": "integer"
+ },
+ "maxObjectNodes": {
+ "const": 500,
+ "type": "integer"
+ },
+ "maxScriptsProcessed": {
+ "const": 100,
+ "type": "integer"
+ },
+ "processingBudgetMs": {
+ "const": 1000,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "maxScriptsProcessed",
+ "maxInputCharacters",
+ "maxObjectNodes",
+ "maxDepth",
+ "processingBudgetMs"
+ ],
+ "type": "object"
+ },
+ "method": {
+ "const": "apiacre-schemaorg-organization-facts/1",
+ "type": "string"
+ },
+ "nodesSeen": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "organizations": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "evidence": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "blockIndex": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "field": {
+ "enum": [
+ "name",
+ "url",
+ "image",
+ "description",
+ "legalName",
+ "logo",
+ "sameAs"
+ ],
+ "type": "string"
+ },
+ "jsonPointer": {
+ "type": "string"
+ },
+ "valueSha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "field",
+ "blockIndex",
+ "jsonPointer",
+ "valueSha256"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "fields": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ },
+ "image": {
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ "legalName": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ },
+ "logo": {
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "number",
+ "boolean"
+ ]
+ },
+ "sameAs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "const": "Organization",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id",
+ "fields",
+ "evidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "organizationsReturned": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "publisherAsserted": {
+ "const": true,
+ "type": "boolean"
+ },
+ "scope": {
+ "type": "string"
+ },
+ "scriptsProcessed": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "scriptsSeen": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "sourceScriptsSha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "enum": [
+ "none",
+ "complete",
+ "truncated",
+ "skipped_oversize",
+ "skipped_invalid_or_complex"
+ ],
+ "type": "string"
+ },
+ "vocabulary": {
+ "additionalProperties": false,
+ "properties": {
+ "license": {
+ "const": "CC BY-SA 3.0",
+ "type": "string"
+ },
+ "licenseUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "name": {
+ "const": "Schema.org",
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url",
+ "license",
+ "licenseUrl"
+ ],
+ "type": "object"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "status",
+ "method",
+ "scope",
+ "publisherAsserted",
+ "identityVerified",
+ "domainOwnershipVerified",
+ "legalStatusVerified",
+ "additionalNetworkRequestsMade",
+ "sourceScriptsSha256",
+ "vocabulary",
+ "scriptsSeen",
+ "scriptsProcessed",
+ "nodesSeen",
+ "organizationsReturned",
+ "organizations",
+ "conflicts",
+ "warnings",
+ "limits"
+ ],
+ "type": "object"
+ },
+ "truncated": {
+ "type": "boolean"
+ },
+ "types": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
+ "validBlocks": {
+ "minimum": 0,
+ "type": "integer"
+ }
+}