Socket
Socket
Sign inDemoInstall

@postman-open-tech/schemaorgjsonschema

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0 to 13.0.0

schema/AudioObjectSnapshot.json

2

converter/generate.js

@@ -1,2 +0,2 @@

const OUTPUT_DIR = "schema.org";
const OUTPUT_DIR = "../schema";
const OUTPUT_SUFFIX = ".json";

@@ -3,0 +3,0 @@ const URL_PREFIX = 'https://schema.org/';

Generating JSON Schemas from schema.org data
==============
The schemas at http://schema.org/ are very helpful for formats like JSON-LD, but they lack a canonical JSON representation.
The schemas at https://schema.org/ are very helpful for formats like JSON-LD, but they lack a canonical JSON representation.

@@ -10,3 +10,10 @@ This tool generates schemas describing a canonical plain-JSON serialisation for each of the schema.org types.

...
* In the top level directory, run:
* `git rm -r schema`
* In the `converter/scapers` directory, run:
* `pip3 install lxml`
* `pip3 install cssselect`
* `python3 scrape_json.py ../all.json`
* In the `converter` directory, run:
* `node convert ./all.json`

@@ -23,3 +30,3 @@ ## See also

Most of these were initially guessed based on whether their descriptions started with "A(n)" or "The". This is sometimes inaccurate (e.g. http://schema.org/follows), so hand-edits should be made to `property-multiplicity.json`.
Most of these were initially guessed based on whether their descriptions started with "A(n)" or "The". This is sometimes inaccurate (e.g. https://schema.org/follows), so hand-edits should be made to `property-multiplicity.json`.

@@ -26,0 +33,0 @@ ## Standard definitions

@@ -6,3 +6,3 @@ {

},
"version": "12.0.0",
"version": "13.0.0",
"description": "Schema.Org types in JSON Schema format",

@@ -28,3 +28,6 @@ "main": "index.js",

},
"homepage": "https://github.com/postman-open-technologies/schemaOrgJSONSchema#readme"
"homepage": "https://github.com/postman-open-technologies/schemaOrgJSONSchema#readme",
"devDependencies": {
"node-fetch": "^2.6.1"
}
}

@@ -9,3 +9,4 @@ ## Schema.Org types in JSON Schema Draft 2020-12 format

* `12.0`
* `13.0`
* Previous versions, from `12.0`, see [GitHub tags](https://github.com/postman-open-technologies/schemaOrgJSONSchema/releases) or install a specific version from npm

@@ -12,0 +13,0 @@ ## Usage:

@@ -187,6 +187,6 @@ {

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Duration.json#/$defs/possibleRef"
},
{
"$ref": "Duration.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
}

@@ -193,0 +193,0 @@ ]

@@ -153,3 +153,3 @@ {

{
"$ref": "Place.json#/$defs/possibleRef"
"$ref": "VirtualLocation.json#/$defs/possibleRef"
},

@@ -160,3 +160,3 @@ {

{
"$ref": "VirtualLocation.json#/$defs/possibleRef"
"$ref": "Place.json#/$defs/possibleRef"
},

@@ -163,0 +163,0 @@ {

@@ -86,7 +86,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -105,7 +105,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -130,6 +130,6 @@ {

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -136,0 +136,0 @@ ]

@@ -140,6 +140,6 @@ {

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -153,6 +153,6 @@ ]

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -171,7 +171,7 @@ ]

{
"$ref": "SpeakableSpecification.json#/$defs/possibleRef"
"type": "string",
"format": "uri"
},
{
"type": "string",
"format": "uri"
"$ref": "SpeakableSpecification.json#/$defs/possibleRef"
}

@@ -178,0 +178,0 @@ ]

@@ -14,2 +14,15 @@ {

},
"embeddedTextCaption": {
"oneOf": [
{
"$ref": "#/$defs/embeddedTextCaption"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/embeddedTextCaption"
}
}
]
},
"transcript": {

@@ -75,2 +88,7 @@ "$ref": "#/$defs/transcript"

},
"embeddedTextCaption": {
"title": "Embedded Text Caption",
"description": "Represents textual captioning from a MediaObject, e.g. text of a 'meme'.",
"type": "string"
},
"transcript": {

@@ -77,0 +95,0 @@ "title": "Transcript",

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -79,7 +79,7 @@ {

{
"$ref": "ImageObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "ImageObject.json#/$defs/possibleRef"
}

@@ -86,0 +86,0 @@ ]

@@ -84,6 +84,6 @@ {

{
"$ref": "BroadcastFrequencySpecification.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "BroadcastFrequencySpecification.json#/$defs/possibleRef"
}

@@ -90,0 +90,0 @@ ]

@@ -99,6 +99,6 @@ {

{
"$ref": "BroadcastFrequencySpecification.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "BroadcastFrequencySpecification.json#/$defs/possibleRef"
}

@@ -122,6 +122,6 @@ ]

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -128,0 +128,0 @@ ]

@@ -361,7 +361,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -368,0 +368,0 @@ ]

@@ -80,6 +80,6 @@ {

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -93,6 +93,6 @@ ]

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -99,0 +99,0 @@ ]

@@ -24,2 +24,15 @@ {

},
"claimInterpreter": {
"oneOf": [
{
"$ref": "#/$defs/claimInterpreter"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/claimInterpreter"
}
}
]
},
"firstAppearance": {

@@ -82,4 +95,16 @@ "oneOf": [

]
},
"claimInterpreter": {
"title": "Claim Interpreter",
"description": "For a Claim interpreted from MediaObject content\n sed to indicate a claim contained, implied or refined from the content of a MediaObject.",
"anyOf": [
{
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Person.json#/$defs/possibleRef"
}
]
}
}
}

@@ -73,6 +73,6 @@ {

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -89,3 +89,3 @@ ]

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -96,3 +96,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -99,0 +99,0 @@ ]

@@ -100,6 +100,6 @@ {

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -106,0 +106,0 @@ {

@@ -119,6 +119,6 @@ {

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -132,6 +132,6 @@ ]

{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"type": "integer"
},
{
"type": "integer"
"$ref": "StructuredValue.json#/$defs/possibleRef"
}

@@ -149,6 +149,6 @@ ]

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -155,0 +155,0 @@ ]

@@ -81,2 +81,15 @@ {

},
"archivedAt": {
"oneOf": [
{
"$ref": "#/$defs/archivedAt"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/archivedAt"
}
}
]
},
"assesses": {

@@ -194,2 +207,5 @@ "$ref": "#/$defs/assesses"

},
"countryOfOrigin": {
"$ref": "Country.json#/$defs/possibleRef"
},
"creativeWorkStatus": {

@@ -301,2 +317,15 @@ "$ref": "#/$defs/creativeWorkStatus"

},
"interpretedAsClaim": {
"oneOf": [
{
"$ref": "Claim.json#/$defs/possibleRef"
},
{
"type": "array",
"items": {
"$ref": "Claim.json#/$defs/possibleRef"
}
}
]
},
"isAccessibleForFree": {

@@ -648,2 +677,15 @@ "type": "array",

},
"archivedAt": {
"title": "Archived At",
"description": "Indicates a page or other link involved in archival of a CreativeWork. In the case of MediaReview, the items in a MediaReviewItem may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.",
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"$ref": "WebPage.json#/$defs/possibleRef"
}
]
},
"assesses": {

@@ -818,7 +860,7 @@ "title": "Assesses",

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -833,7 +875,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -874,2 +916,5 @@ ]

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -879,5 +924,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -953,6 +995,6 @@ }

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -1063,5 +1105,2 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -1071,2 +1110,5 @@ "format": "uri"

{
"$ref": "Product.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -1117,6 +1159,6 @@ }

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -1229,6 +1271,6 @@ ]

{
"$ref": "SizeSpecification.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "SizeSpecification.json#/$defs/possibleRef"
}

@@ -1235,0 +1277,0 @@ ]

@@ -74,7 +74,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -103,7 +103,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -110,0 +110,0 @@ ]

@@ -79,6 +79,6 @@ {

{
"$ref": "Country.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Country.json#/$defs/possibleRef"
}

@@ -85,0 +85,0 @@ ]

@@ -76,6 +76,6 @@ {

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -82,0 +82,0 @@ {

@@ -163,6 +163,6 @@ {

{
"$ref": "PaymentMethod.json#/$defs/possibleRef"
"$ref": "LoanOrCredit.json#/$defs/possibleRef"
},
{
"$ref": "LoanOrCredit.json#/$defs/possibleRef"
"$ref": "PaymentMethod.json#/$defs/possibleRef"
}

@@ -179,6 +179,6 @@ ]

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -196,7 +196,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -215,7 +215,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -291,9 +291,9 @@ {

{
"$ref": "AggregateOffer.json#/$defs/possibleRef"
"$ref": "MenuItem.json#/$defs/possibleRef"
},
{
"$ref": "MenuItem.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "AggregateOffer.json#/$defs/possibleRef"
},

@@ -304,6 +304,6 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "CreativeWork.json#/$defs/possibleRef"
},
{
"$ref": "CreativeWork.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
}

@@ -345,7 +345,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -360,7 +360,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -367,0 +367,0 @@ ]

@@ -116,6 +116,6 @@ {

{
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
}

@@ -122,0 +122,0 @@ ]

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -238,6 +238,6 @@ {

{
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
}

@@ -244,0 +244,0 @@ ]

@@ -89,2 +89,5 @@ {

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -94,5 +97,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -123,2 +123,5 @@ }

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -128,5 +131,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -133,0 +133,0 @@ }

@@ -184,6 +184,6 @@ {

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -233,6 +233,6 @@ ]

{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"type": "integer"
},
{
"type": "integer"
"$ref": "StructuredValue.json#/$defs/possibleRef"
}

@@ -256,6 +256,6 @@ ]

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -262,0 +262,0 @@ ]

@@ -82,2 +82,5 @@ {

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -87,5 +90,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -92,0 +92,0 @@ }

@@ -67,6 +67,6 @@ {

{
"$ref": "PriceSpecification.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "PriceSpecification.json#/$defs/possibleRef"
},

@@ -73,0 +73,0 @@ {

@@ -92,2 +92,5 @@ {

{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -98,5 +101,2 @@ "format": "uri"

"type": "string"
},
{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
}

@@ -103,0 +103,0 @@ ]

@@ -284,6 +284,6 @@ {

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -302,3 +302,3 @@ ]

{
"$ref": "Place.json#/$defs/possibleRef"
"$ref": "VirtualLocation.json#/$defs/possibleRef"
},

@@ -309,3 +309,3 @@ {

{
"$ref": "VirtualLocation.json#/$defs/possibleRef"
"$ref": "Place.json#/$defs/possibleRef"
},

@@ -312,0 +312,0 @@ {

@@ -96,5 +96,2 @@ {

{
"$ref": "Place.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -105,2 +102,5 @@ "format": "uri"

"$ref": "PostalAddress.json#/$defs/possibleRef"
},
{
"$ref": "Place.json#/$defs/possibleRef"
}

@@ -107,0 +107,0 @@ ]

@@ -91,6 +91,6 @@ {

{
"$ref": "Country.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Country.json#/$defs/possibleRef"
}

@@ -97,0 +97,0 @@ ]

@@ -109,6 +109,6 @@ {

{
"$ref": "Country.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Country.json#/$defs/possibleRef"
}

@@ -115,0 +115,0 @@ ]

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -70,6 +70,6 @@ {

{
"$ref": "BedType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "BedType.json#/$defs/possibleRef"
}

@@ -76,0 +76,0 @@ ]

@@ -136,6 +136,6 @@ {

{
"$ref": "HowToTool.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "HowToTool.json#/$defs/possibleRef"
}

@@ -142,0 +142,0 @@ ]

@@ -151,6 +151,6 @@ {

{
"$ref": "HowToTool.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "HowToTool.json#/$defs/possibleRef"
}

@@ -157,0 +157,0 @@ ]

@@ -14,2 +14,15 @@ {

},
"embeddedTextCaption": {
"oneOf": [
{
"$ref": "#/$defs/embeddedTextCaption"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/embeddedTextCaption"
}
}
]
},
"exifData": {

@@ -81,2 +94,7 @@ "$ref": "#/$defs/exifData"

},
"embeddedTextCaption": {
"title": "Embedded Text Caption",
"description": "Represents textual captioning from a MediaObject, e.g. text of a 'meme'.",
"type": "string"
},
"exifData": {

@@ -83,0 +101,0 @@ "title": "Exif Data",

@@ -139,6 +139,6 @@ {

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -182,7 +182,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -189,0 +189,0 @@ ]

@@ -33,2 +33,15 @@ {

},
"directApply": {
"oneOf": [
{
"$ref": "#/$defs/directApply"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/directApply"
}
}
]
},
"educationRequirements": {

@@ -253,6 +266,6 @@ "$ref": "#/$defs/educationRequirements"

{
"$ref": "PriceSpecification.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "PriceSpecification.json#/$defs/possibleRef"
},

@@ -270,10 +283,15 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}
]
},
"directApply": {
"title": "Direct Apply",
"description": "Indicates whether an url that is associated with a JobPosting enables direct application for the job, via the posting website. A job posting is considered to have directApply of True if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation level). A value of False is appropriate if there is no clear path to applying directly online for the specified job, navigating directly from the JobPosting url(s) supplied.",
"type": "boolean"
},
"educationRequirements": {

@@ -284,6 +302,6 @@ "title": "Education Requirements",

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -312,6 +330,6 @@ ]

{
"$ref": "MonetaryAmountDistribution.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "MonetaryAmountDistribution.json#/$defs/possibleRef"
},

@@ -333,6 +351,6 @@ {

{
"$ref": "OccupationalExperienceRequirements.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "OccupationalExperienceRequirements.json#/$defs/possibleRef"
}

@@ -413,6 +431,6 @@ ]

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -493,7 +511,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -500,0 +518,0 @@ ]

@@ -104,2 +104,5 @@ {

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -109,5 +112,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -122,2 +122,5 @@ }

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -127,5 +130,2 @@ "format": "uri"

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -132,0 +132,0 @@ }

@@ -77,6 +77,6 @@ {

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -83,0 +83,0 @@ ]

@@ -73,6 +73,6 @@ {

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -79,0 +79,0 @@ ]

@@ -71,7 +71,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -86,7 +86,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -93,0 +93,0 @@ ]

@@ -70,6 +70,6 @@ {

{
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
},
{
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
}

@@ -76,0 +76,0 @@ ]

@@ -46,2 +46,15 @@ {

},
"interpretedAsClaim": {
"oneOf": [
{
"$ref": "Claim.json#/$defs/possibleRef"
},
{
"type": "array",
"items": {
"$ref": "Claim.json#/$defs/possibleRef"
}
}
]
},
"playerType": {

@@ -62,2 +75,5 @@ "type": "array",

},
"sha256": {
"$ref": "#/$defs/sha256"
},
"startTime": {

@@ -169,6 +185,6 @@ "$ref": "#/$defs/startTime"

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -209,2 +225,7 @@ ]

},
"sha256": {
"title": "Sha256",
"description": "The SHA-2 SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'",
"type": "string"
},
"startTime": {

@@ -235,6 +256,6 @@ "title": "Start Time",

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -241,0 +262,0 @@ ]

@@ -23,2 +23,28 @@ {

]
},
"originalMediaContextDescription": {
"oneOf": [
{
"$ref": "#/$defs/originalMediaContextDescription"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/originalMediaContextDescription"
}
}
]
},
"originalMediaLink": {
"oneOf": [
{
"$ref": "#/$defs/originalMediaLink"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/originalMediaLink"
}
}
]
}

@@ -69,4 +95,25 @@ },

]
},
"originalMediaContextDescription": {
"title": "Original Media Context Description",
"description": "Describes, in a MediaReview when dealing with DecontextualizedContent, background information that can contribute to better interpretation of the MediaObject.",
"type": "string"
},
"originalMediaLink": {
"title": "Original Media Link",
"description": "Link to the page containing an original version of the content, or directly to an online copy of the original MediaObject content, e.g. video file.",
"anyOf": [
{
"$ref": "MediaObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "WebPage.json#/$defs/possibleRef"
}
]
}
}
}

@@ -115,9 +115,9 @@ {

{
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
},
{
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
"$ref": "SuperficialAnatomy.json#/$defs/possibleRef"
},
{
"$ref": "SuperficialAnatomy.json#/$defs/possibleRef"
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
}

@@ -124,0 +124,0 @@ ]

@@ -85,6 +85,6 @@ {

{
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "DrugLegalStatus.json#/$defs/possibleRef"
}

@@ -91,0 +91,0 @@ ]

@@ -162,3 +162,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -169,3 +169,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -182,6 +182,6 @@ ]

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -188,0 +188,0 @@ ]

@@ -100,6 +100,6 @@ {

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -113,6 +113,6 @@ ]

{
"$ref": "MonetaryAmountDistribution.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "MonetaryAmountDistribution.json#/$defs/possibleRef"
},

@@ -129,6 +129,6 @@ {

{
"$ref": "OccupationalExperienceRequirements.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "OccupationalExperienceRequirements.json#/$defs/possibleRef"
}

@@ -148,6 +148,6 @@ ]

{
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "EducationalOccupationalCredential.json#/$defs/possibleRef"
}

@@ -154,0 +154,0 @@ ]

@@ -89,2 +89,15 @@ {

},
"hasMerchantReturnPolicy": {
"oneOf": [
{
"$ref": "MerchantReturnPolicy.json#/$defs/possibleRef"
},
{
"type": "array",
"items": {
"$ref": "MerchantReturnPolicy.json#/$defs/possibleRef"
}
}
]
},
"includesObject": {

@@ -223,6 +236,6 @@ "$ref": "TypeAndQuantityNode.json#/$defs/possibleRefArray"

{
"$ref": "PaymentMethod.json#/$defs/possibleRef"
"$ref": "LoanOrCredit.json#/$defs/possibleRef"
},
{
"$ref": "LoanOrCredit.json#/$defs/possibleRef"
"$ref": "PaymentMethod.json#/$defs/possibleRef"
}

@@ -239,6 +252,6 @@ ]

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -256,7 +269,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -275,7 +288,7 @@ {

"type": "string",
"format": "date"
"format": "time"
},
{
"type": "string",
"format": "time"
"format": "date"
},

@@ -300,6 +313,6 @@ {

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -371,9 +384,9 @@ ]

{
"$ref": "AggregateOffer.json#/$defs/possibleRef"
"$ref": "MenuItem.json#/$defs/possibleRef"
},
{
"$ref": "MenuItem.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "AggregateOffer.json#/$defs/possibleRef"
},

@@ -384,6 +397,6 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "CreativeWork.json#/$defs/possibleRef"
},
{
"$ref": "CreativeWork.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
}

@@ -397,6 +410,6 @@ ]

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Duration.json#/$defs/possibleRef"
},
{
"$ref": "Duration.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
}

@@ -473,7 +486,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -488,7 +501,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -495,0 +508,0 @@ ]

@@ -89,7 +89,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -104,7 +104,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -111,0 +111,0 @@ ]

@@ -212,3 +212,3 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "OrderItem.json#/$defs/possibleRef"
},

@@ -219,3 +219,3 @@ {

{
"$ref": "OrderItem.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -230,7 +230,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -237,0 +237,0 @@ ]

@@ -89,3 +89,3 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "OrderItem.json#/$defs/possibleRef"
},

@@ -96,3 +96,3 @@ {

{
"$ref": "OrderItem.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -99,0 +99,0 @@ ]

@@ -404,6 +404,6 @@ {

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -425,6 +425,6 @@ {

{
"$ref": "Brand.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Brand.json#/$defs/possibleRef"
}

@@ -577,3 +577,3 @@ ]

{
"$ref": "Place.json#/$defs/possibleRef"
"$ref": "VirtualLocation.json#/$defs/possibleRef"
},

@@ -584,3 +584,3 @@ {

{
"$ref": "VirtualLocation.json#/$defs/possibleRef"
"$ref": "Place.json#/$defs/possibleRef"
},

@@ -597,7 +597,7 @@ {

{
"$ref": "ImageObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "ImageObject.json#/$defs/possibleRef"
}

@@ -608,3 +608,3 @@ ]

"title": "Member",
"description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.\n Supersedes \n \n \n \n members, \n \n \n \n musicGroupMember.\n \n Inverse property: \n \n \n memberOf",
"description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.\n Supersedes \n \n \n \n musicGroupMember, \n \n \n \n members.\n \n Inverse property: \n \n \n memberOf",
"anyOf": [

@@ -624,6 +624,6 @@ {

{
"$ref": "ProgramMembership.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "ProgramMembership.json#/$defs/possibleRef"
}

@@ -630,0 +630,0 @@ ]

@@ -97,6 +97,6 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -103,0 +103,0 @@ ]

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -103,6 +103,6 @@ {

{
"$ref": "GenderType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "GenderType.json#/$defs/possibleRef"
}

@@ -109,0 +109,0 @@ ]

@@ -83,7 +83,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -90,0 +90,0 @@ ]

@@ -347,6 +347,6 @@ {

{
"$ref": "Brand.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Brand.json#/$defs/possibleRef"
}

@@ -416,6 +416,6 @@ ]

{
"$ref": "GenderType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "GenderType.json#/$defs/possibleRef"
}

@@ -439,6 +439,6 @@ ]

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -519,6 +519,6 @@ ]

{
"$ref": "ProgramMembership.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "ProgramMembership.json#/$defs/possibleRef"
}

@@ -525,0 +525,0 @@ ]

@@ -79,9 +79,9 @@ {

{
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
},
{
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
"$ref": "SuperficialAnatomy.json#/$defs/possibleRef"
},
{
"$ref": "SuperficialAnatomy.json#/$defs/possibleRef"
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
}

@@ -102,6 +102,6 @@ ]

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -108,0 +108,0 @@ ]

@@ -526,7 +526,7 @@ {

{
"$ref": "ImageObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "ImageObject.json#/$defs/possibleRef"
}

@@ -533,0 +533,0 @@ ]

@@ -11,2 +11,5 @@ {

"properties": {
"actor": {
"$ref": "Person.json#/$defs/possibleRefArray"
},
"webFeed": {

@@ -13,0 +16,0 @@ "$ref": "#/$defs/webFeed"

@@ -79,6 +79,6 @@ {

{
"$ref": "Country.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Country.json#/$defs/possibleRef"
}

@@ -85,0 +85,0 @@ ]

@@ -116,7 +116,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -131,7 +131,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -138,0 +138,0 @@ ]

@@ -38,2 +38,11 @@ {

},
"countryOfAssembly": {
"$ref": "#/$defs/countryOfAssembly"
},
"countryOfLastProcessing": {
"$ref": "#/$defs/countryOfLastProcessing"
},
"countryOfOrigin": {
"$ref": "Country.json#/$defs/possibleRef"
},
"depth": {

@@ -269,6 +278,6 @@ "$ref": "#/$defs/depth"

{
"$ref": "Brand.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Brand.json#/$defs/possibleRef"
}

@@ -289,6 +298,6 @@ ]

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -302,2 +311,12 @@ ]

},
"countryOfAssembly": {
"title": "Country of Assembly",
"description": "The place where the product was assembled.",
"type": "string"
},
"countryOfLastProcessing": {
"title": "Country of Last Processing",
"description": "The place where the item (typically Product) was last processed and tested before importation.",
"type": "string"
},
"depth": {

@@ -308,6 +327,6 @@ "title": "Depth",

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -346,6 +365,6 @@ ]

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -364,6 +383,6 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -377,6 +396,6 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -402,7 +421,7 @@ ]

{
"$ref": "ImageObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "ImageObject.json#/$defs/possibleRef"
}

@@ -416,5 +435,2 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -424,2 +440,5 @@ "format": "uri"

{
"$ref": "Product.json#/$defs/possibleRef"
},
{
"type": "string"

@@ -509,6 +528,6 @@ }

{
"$ref": "SizeSpecification.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "SizeSpecification.json#/$defs/possibleRef"
}

@@ -532,6 +551,6 @@ ]

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -538,0 +557,0 @@ ]

@@ -79,3 +79,3 @@ {

"title": "Member",
"description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.\n Supersedes \n \n \n \n members, \n \n \n \n musicGroupMember.\n \n Inverse property: \n \n \n memberOf",
"description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.\n Supersedes \n \n \n \n musicGroupMember, \n \n \n \n members.\n \n Inverse property: \n \n \n memberOf",
"anyOf": [

@@ -82,0 +82,0 @@ {

@@ -151,6 +151,6 @@ {

{
"type": "boolean"
"type": "string"
},
{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"type": "boolean"
},

@@ -161,3 +161,3 @@ {

{
"type": "string"
"$ref": "StructuredValue.json#/$defs/possibleRef"
}

@@ -171,6 +171,6 @@ ]

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
"type": "string"
},

@@ -181,6 +181,6 @@ {

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "StructuredValue.json#/$defs/possibleRef"
},
{
"$ref": "Enumeration.json#/$defs/possibleRef"
"$ref": "QualitativeValue.json#/$defs/possibleRef"
},

@@ -191,6 +191,6 @@ {

{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"$ref": "Enumeration.json#/$defs/possibleRef"
},
{
"type": "string"
"$ref": "DefinedTerm.json#/$defs/possibleRef"
}

@@ -197,0 +197,0 @@ ]

@@ -105,6 +105,6 @@ {

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -118,6 +118,6 @@ ]

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -124,0 +124,0 @@ ]

@@ -93,6 +93,6 @@ {

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -106,6 +106,6 @@ ]

{
"type": "string"
"type": "integer"
},
{
"type": "integer"
"type": "string"
}

@@ -112,0 +112,0 @@ ]

@@ -88,6 +88,6 @@ {

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
"type": "string"
},

@@ -98,6 +98,6 @@ {

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "StructuredValue.json#/$defs/possibleRef"
},
{
"$ref": "Enumeration.json#/$defs/possibleRef"
"$ref": "QualitativeValue.json#/$defs/possibleRef"
},

@@ -108,6 +108,6 @@ {

{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"$ref": "Enumeration.json#/$defs/possibleRef"
},
{
"type": "string"
"$ref": "DefinedTerm.json#/$defs/possibleRef"
}

@@ -114,0 +114,0 @@ ]

@@ -116,6 +116,6 @@ {

{
"type": "boolean"
"type": "string"
},
{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"type": "boolean"
},

@@ -126,3 +126,3 @@ {

{
"type": "string"
"$ref": "StructuredValue.json#/$defs/possibleRef"
}

@@ -136,6 +136,6 @@ ]

{
"$ref": "DefinedTerm.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
"type": "string"
},

@@ -146,6 +146,6 @@ {

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "StructuredValue.json#/$defs/possibleRef"
},
{
"$ref": "Enumeration.json#/$defs/possibleRef"
"$ref": "QualitativeValue.json#/$defs/possibleRef"
},

@@ -156,6 +156,6 @@ {

{
"$ref": "StructuredValue.json#/$defs/possibleRef"
"$ref": "Enumeration.json#/$defs/possibleRef"
},
{
"type": "string"
"$ref": "DefinedTerm.json#/$defs/possibleRef"
}

@@ -162,0 +162,0 @@ ]

@@ -78,7 +78,7 @@ {

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -92,6 +92,6 @@ ]

{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Duration.json#/$defs/possibleRef"
},
{
"$ref": "Duration.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
}

@@ -98,0 +98,0 @@ ]

@@ -73,6 +73,6 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -79,0 +79,0 @@ ]

@@ -74,6 +74,6 @@ {

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -159,6 +159,6 @@ {

{
"$ref": "PriceSpecification.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "PriceSpecification.json#/$defs/possibleRef"
},

@@ -165,0 +165,0 @@ {

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -11,5 +11,40 @@ {

"properties": {
"associatedClaimReview": {
"$ref": "Review.json#/$defs/possibleRefArray"
},
"associatedMediaReview": {
"$ref": "Review.json#/$defs/possibleRefArray"
},
"associatedReview": {
"$ref": "Review.json#/$defs/possibleRefArray"
},
"itemReviewed": {
"$ref": "Thing.json#/$defs/possibleRef"
},
"negativeNotes": {
"oneOf": [
{
"$ref": "#/$defs/negativeNotes"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/negativeNotes"
}
}
]
},
"positiveNotes": {
"oneOf": [
{
"$ref": "#/$defs/positiveNotes"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/positiveNotes"
}
}
]
},
"reviewAspect": {

@@ -79,2 +114,38 @@ "oneOf": [

},
"negativeNotes": {
"title": "Negative Notes",
"description": "Indicates, in the context of a Review (e.g. framed as 'pro' vs 'con' considerations), negative considerations - either as unstructured text, or a list.",
"anyOf": [
{
"$ref": "ItemList.json#/$defs/possibleRef"
},
{
"$ref": "ListItem.json#/$defs/possibleRef"
},
{
"type": "string"
},
{
"$ref": "WebContent.json#/$defs/possibleRef"
}
]
},
"positiveNotes": {
"title": "Positive Notes",
"description": "Indicates, in the context of a Review (e.g. framed as 'pro' vs 'con' considerations), positive considerations - either as unstructured text, or a list.",
"anyOf": [
{
"$ref": "ItemList.json#/$defs/possibleRef"
},
{
"$ref": "ListItem.json#/$defs/possibleRef"
},
{
"type": "string"
},
{
"$ref": "WebContent.json#/$defs/possibleRef"
}
]
},
"reviewAspect": {

@@ -81,0 +152,0 @@ "title": "Review Aspect",

@@ -10,2 +10,7 @@ {

"type": "object",
"properties": {
"startOffset": {
"$ref": "#/$defs/startOffset"
}
},
"$defs": {

@@ -54,4 +59,16 @@ "arrayOfSeekToActions": {

]
},
"startOffset": {
"title": "Start Offset",
"description": "The start time of the clip expressed as the number of seconds from the beginning of the work.",
"anyOf": [
{
"$ref": "HyperTocEntry.json#/$defs/possibleRef"
},
{
"type": "number"
}
]
}
}
}

@@ -12,3 +12,6 @@ {

"buyer": {
"$ref": "Person.json#/$defs/possibleRefArray"
"type": "array",
"items": {
"$ref": "#/$defs/buyer"
}
}

@@ -59,4 +62,16 @@ },

]
},
"buyer": {
"title": "Buyer",
"description": "A sub property of participant. The participant/person/organization that bought the object.",
"anyOf": [
{
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Person.json#/$defs/possibleRef"
}
]
}
}
}

@@ -73,3 +73,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -80,3 +80,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -83,0 +83,0 @@ ]

@@ -181,6 +181,6 @@ {

{
"type": "string"
"$ref": "GeoShape.json#/$defs/possibleRef"
},
{
"$ref": "GeoShape.json#/$defs/possibleRef"
"type": "string"
},

@@ -202,6 +202,6 @@ {

{
"$ref": "Brand.json#/$defs/possibleRef"
"$ref": "Organization.json#/$defs/possibleRef"
},
{
"$ref": "Organization.json#/$defs/possibleRef"
"$ref": "Brand.json#/$defs/possibleRef"
}

@@ -234,6 +234,6 @@ ]

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -247,6 +247,6 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -260,6 +260,6 @@ ]

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -273,7 +273,7 @@ ]

{
"$ref": "ImageObject.json#/$defs/possibleRef"
},
{
"type": "string",
"format": "uri"
},
{
"$ref": "ImageObject.json#/$defs/possibleRef"
}

@@ -280,0 +280,0 @@ ]

@@ -103,6 +103,6 @@ {

{
"$ref": "GenderType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "GenderType.json#/$defs/possibleRef"
}

@@ -109,0 +109,0 @@ ]

@@ -222,6 +222,6 @@ {

{
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "PhysicalActivityCategory.json#/$defs/possibleRef"
}

@@ -236,7 +236,7 @@ ]

"type": "string",
"format": "date"
"format": "date-time"
},
{
"type": "string",
"format": "date-time"
"format": "date"
}

@@ -243,0 +243,0 @@ ]

@@ -70,6 +70,6 @@ {

{
"$ref": "GenderType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "GenderType.json#/$defs/possibleRef"
}

@@ -76,0 +76,0 @@ ]

@@ -73,6 +73,6 @@ {

{
"$ref": "BedType.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "BedType.json#/$defs/possibleRef"
}

@@ -79,0 +79,0 @@ ]

@@ -132,6 +132,6 @@ {

{
"$ref": "PriceSpecification.json#/$defs/possibleRef"
"type": "number"
},
{
"type": "number"
"$ref": "PriceSpecification.json#/$defs/possibleRef"
},

@@ -138,0 +138,0 @@ {

@@ -70,3 +70,3 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"$ref": "ContactPoint.json#/$defs/possibleRef"
},

@@ -77,3 +77,3 @@ {

{
"$ref": "ContactPoint.json#/$defs/possibleRef"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -92,6 +92,6 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -98,0 +98,0 @@ ]

@@ -87,6 +87,6 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -93,0 +93,0 @@ ]

@@ -74,6 +74,6 @@ {

{
"$ref": "Audience.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Audience.json#/$defs/possibleRef"
}

@@ -80,0 +80,0 @@ ]

@@ -84,6 +84,6 @@ {

{
"$ref": "Product.json#/$defs/possibleRef"
"$ref": "Service.json#/$defs/possibleRef"
},
{
"$ref": "Service.json#/$defs/possibleRef"
"$ref": "Product.json#/$defs/possibleRef"
}

@@ -90,0 +90,0 @@ ]

@@ -271,2 +271,5 @@ {

{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -277,5 +280,2 @@ "format": "uri"

"type": "string"
},
{
"$ref": "QualitativeValue.json#/$defs/possibleRef"
}

@@ -282,0 +282,0 @@ ]

@@ -70,6 +70,6 @@ {

{
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
},
{
"$ref": "AnatomicalStructure.json#/$defs/possibleRef"
"$ref": "AnatomicalSystem.json#/$defs/possibleRef"
}

@@ -76,0 +76,0 @@ ]

@@ -152,5 +152,2 @@ {

{
"$ref": "Place.json#/$defs/possibleRef"
},
{
"type": "string",

@@ -161,2 +158,5 @@ "format": "uri"

"$ref": "PostalAddress.json#/$defs/possibleRef"
},
{
"$ref": "Place.json#/$defs/possibleRef"
}

@@ -163,0 +163,0 @@ ]

@@ -20,2 +20,15 @@ {

},
"embeddedTextCaption": {
"oneOf": [
{
"$ref": "#/$defs/embeddedTextCaption"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/embeddedTextCaption"
}
}
]
},
"musicBy": {

@@ -93,2 +106,7 @@ "$ref": "#/$defs/musicBy"

},
"embeddedTextCaption": {
"title": "Embedded Text Caption",
"description": "Represents textual captioning from a MediaObject, e.g. text of a 'meme'.",
"type": "string"
},
"musicBy": {

@@ -95,0 +113,0 @@ "title": "Music by",

@@ -158,6 +158,6 @@ {

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -171,6 +171,6 @@ ]

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -184,6 +184,6 @@ ]

{
"$ref": "Distance.json#/$defs/possibleRef"
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
},
{
"$ref": "QuantitativeValue.json#/$defs/possibleRef"
"$ref": "Distance.json#/$defs/possibleRef"
}

@@ -190,0 +190,0 @@ ]

@@ -156,7 +156,7 @@ {

{
"$ref": "SpeakableSpecification.json#/$defs/possibleRef"
"type": "string",
"format": "uri"
},
{
"type": "string",
"format": "uri"
"$ref": "SpeakableSpecification.json#/$defs/possibleRef"
}

@@ -163,0 +163,0 @@ ]

@@ -64,6 +64,6 @@ {

{
"$ref": "Language.json#/$defs/possibleRef"
"type": "string"
},
{
"type": "string"
"$ref": "Language.json#/$defs/possibleRef"
}

@@ -70,0 +70,0 @@ ]

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc