diff --git a/annotation-model/annotations/3.1-annotationContextValidated.json b/annotation-model/annotations/3.1-annotationContextValidated.json index f7d79f2f747459..b5c165f3c46b3e 100644 --- a/annotation-model/annotations/3.1-annotationContextValidated.json +++ b/annotation-model/annotations/3.1-annotationContextValidated.json @@ -5,7 +5,7 @@ "expectedResult": "valid", "onUnexpectedResult" : "failAndContinue", "errorMessage": "ERROR: Annotation is missing @context key or 'http://www.w3.org/ns/anno.jsonld' is not a value of @context.", - "title": "Annotation has **_@context_ key** and '**http://www.w3.org/ns/anno.jsonld**' is **a value of _@context_** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", + "title": "Implements **_@context_ key** and '**http://www.w3.org/ns/anno.jsonld**' is **a value of _@context_** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", "description": "True when the Annotation has @context key and 'http://www.w3.org/ns/anno.jsonld' is an @context value (Section 3.1)", "type": "object", "required": [ "@context" ], diff --git a/annotation-model/annotations/3.1-annotationIdValidated.json b/annotation-model/annotations/3.1-annotationIdValidated.json index 2fca8a4f3f1729..5c31fa910449f7 100644 --- a/annotation-model/annotations/3.1-annotationIdValidated.json +++ b/annotation-model/annotations/3.1-annotationIdValidated.json @@ -5,7 +5,7 @@ "expectedResult": "valid", "onUnexpectedResult" : "failAndContinue", "errorMessage": "ERROR: Annotation is missing id key or its value is not a single string of format uri.", - "title": "Annotation has **_id_ key** which has a **single value** that is a **string of format uri** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", + "title": "Implements **Annotation _id_ key** which has a **single value** that is a **string of format uri** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", "description": "True when the Annotation has a single id that is a string of format uri (Section 3.1)", "$ref": "id.json#/definitions/idValueFound" } diff --git a/annotation-model/annotations/3.1-annotationTypeValidated.json b/annotation-model/annotations/3.1-annotationTypeValidated.json index b2c20d5e529921..a2a6c84b4a1e54 100644 --- a/annotation-model/annotations/3.1-annotationTypeValidated.json +++ b/annotation-model/annotations/3.1-annotationTypeValidated.json @@ -5,7 +5,7 @@ "expectedResult": "valid", "onUnexpectedResult" : "failAndContinue", "errorMessage": "ERROR: Annotation is missing type key or 'Annotation' is not a value of type.", - "title": "Annotation has **_type_ key** and '**Annotation**' is **a value of _type_** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", + "title": "Implements **Annotation _type_ key** and '**Annotation**' is **a value of _type_** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", "allOf": [ { "$ref": "annotations.json#/definitions/annotationTypeValueFound"} ] diff --git a/annotation-model/annotations/3.1-targetKeyFound.json b/annotation-model/annotations/3.1-targetKeyFound.json index be6ca25048fa51..b1bb0e2141c862 100644 --- a/annotation-model/annotations/3.1-targetKeyFound.json +++ b/annotation-model/annotations/3.1-targetKeyFound.json @@ -5,7 +5,7 @@ "expectedResult": "valid", "onUnexpectedResult" : "failAndContinue", "errorMessage": "Error: Annotation is missing target key.", - "title": "Annotation has a **_target_ key** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", + "title": "Implements **_target_ key** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)", "description": "True when the Annotation has a target key (Section 3.1)", "type": "object", "required": ["target" ] diff --git a/annotation-model/annotations/3.2-bodyObjectsRecognized.json b/annotation-model/annotations/3.2-bodyObjectsRecognized.json index 27e79105b506a1..29a068da33806c 100644 --- a/annotation-model/annotations/3.2-bodyObjectsRecognized.json +++ b/annotation-model/annotations/3.2-bodyObjectsRecognized.json @@ -6,7 +6,7 @@ "onUnexpectedResult" : "failAndContinue", "errorMessage": "ERROR: One or more Bodies of the Annotation is not one of a string of format uri, an External Web Resource, a Choice or Set, a Specific Resource.", "title": "If present, each **_body_** is one of a **string of format uri**, an **External Web Resource**, an **Embedded Textual Body**, a **Choice** or **Set**, or a **Specific Resource** - [model 3.2](https://www.w3.org/TR/annotation-model/#bodies-and-targets), [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", - "description": "True when all Body(ies) are one of a string of format uri, an External Web Resource, a Choice or Set, a Specific Resource (Sections 3.2, Section 4)", + "description": "True when all Bodies are one of a string of format uri, an External Web Resource, a Choice or Set, a Specific Resource (Sections 3.2, Section 4)", "type": "object", "properties": { diff --git a/annotation-model/annotations/3.3.1-annotationCreatedImplemented.json b/annotation-model/annotations/3.3.1-annotationCreatedImplemented.json index d27fa374b5ff86..eaab005ad421ef 100644 --- a/annotation-model/annotations/3.3.1-annotationCreatedImplemented.json +++ b/annotation-model/annotations/3.3.1-annotationCreatedImplemented.json @@ -1,10 +1,10 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "id": "3.3.1-annotationCreatedImplemented.json", - "assertionType": "may", + "assertionType": "should", "expectedResult": "valid", "onUnexpectedResult" : "passAndContinue", - "errorMessage": "Valid Annotation-level created key not found. Annotation may have zero or exactly one created key value.", + "errorMessage": "Valid Annotation-level created key not found. Annotation should have exactly one created key value.", "title": "Implements Annotation-level **_created_ key** which has a **single value** that is a **string of format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", "description": "True when the Annotation implements exactly one created key value (Section 3.3.1)", "allOf": diff --git a/annotation-model/annotations/3.3.7-annotationViaValidated.json b/annotation-model/annotations/3.3.7-annotationViaValidated.json index 2592ed800dfcdf..b7787b5a67c845 100644 --- a/annotation-model/annotations/3.3.7-annotationViaValidated.json +++ b/annotation-model/annotations/3.3.7-annotationViaValidated.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "id": "3.3.7-annotationviaValidated.json", + "id": "3.3.7-annotationViaValidated.json", "assertionType": "must", "expectedResult": "valid", "onUnexpectedResult" : "failAndContinue", diff --git a/annotation-model/annotations/annotationAgentOptionals.test b/annotation-model/annotations/annotationAgentOptionals.test deleted file mode 100644 index ee61869e49b56b..00000000000000 --- a/annotation-model/annotations/annotationAgentOptionals.test +++ /dev/null @@ -1,25 +0,0 @@ -{ - "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", - "name": "Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents", - "description": "Agents (Creators, Generators) involved in an Annotation: Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.", - "testType": "manual", - "ref": "https://www.w3.org/TR/annotation-model/#other-properties", - "assertions": [ - "annotations/3.3.2-annotationCreatorAgentIdImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentIdImplemented.json", - "annotations/3.3.2-annotationCreatorAgentTypeImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentTypeImplemented.json", - "annotations/3.3.2-annotationCreatorAgentNicknameImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentNicknameImplemented.json", - "annotations/3.3.2-annotationCreatorAgentSingleNameImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentSingleNameImplemented.json", - "annotations/3.3.2-annotationCreatorAgentNameImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentNameImplemented.json", - "annotations/3.3.2-annotationCreatorAgentEmailImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentEmailImplemented.json", - "annotations/3.3.2-annotationCreatorAgentEmail_sha1Implemented.json", - "annotations/3.3.2-annotationGeneratorAgentEmail_sha1Implemented.json", - "annotations/3.3.2-annotationCreatorAgentHomepageImplemented.json", - "annotations/3.3.2-annotationGeneratorAgentHomepageImplemented.json" - ] -} diff --git a/annotation-model/annotations/annotationMusts-manual.html b/annotation-model/annotations/annotationMusts-manual.html index 2acf74f3cad14c..d2435ed0991c1e 100644 --- a/annotation-model/annotations/annotationMusts-manual.html +++ b/annotation-model/annotations/annotationMusts-manual.html @@ -1,7 +1,8 @@ -Annotation has all required keys and all annotation keys used meet required value constraints +A single ANNOTATION has all required keys and all annotation keys used meet required value constraints + @@ -11,26 +12,12 @@ setup({explicit_timeout: true, explicit_done: true }); var theDefinitions=[ - "definitions/compositeDetected.json", - "definitions/processingLanguageDetected.json", - "definitions/textDirectionDetected.json", - "definitions/independentsDetected.json", "definitions/specificResource.json", - "definitions/stringUri.json", "definitions/choiceSet.json", "definitions/bodyTarget.json", - "definitions/listDetected.json", - "definitions/formatDetected.json", "definitions/annotations.json", "definitions/otherProperties.json", - "definitions/choiceDetected.json", - "definitions/externalWebResource.json", - "definitions/externalWebResourceDetected.json", - "definitions/languageDetected.json", - "definitions/textualBody.json", - "definitions/id.json", - "definitions/itemsDetected.json", - "definitions/specificResourceDetected.json" + "definitions/id.json" ]; var theTestFile="annotationMusts.test"; diff --git a/annotation-model/annotations/annotationMusts.test b/annotation-model/annotations/annotationMusts.test index e32bd482e43ad5..8686d82fd46298 100644 --- a/annotation-model/annotations/annotationMusts.test +++ b/annotation-model/annotations/annotationMusts.test @@ -1,9 +1,9 @@ { "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", - "name": "Annotation has all required keys and all annotation keys used meet required value constraints", - "description": "Web Annotations: Note: Optional Annotation keys, optional constraints on key values, and optional and required details of body(ies) and target(s) checked by other tests.", + "name": "A single ANNOTATION has all required keys and all annotation keys used meet required value constraints", + "description": "Web Annotations: Note: Implementation of optional Annotation keys (features), optional constraints on key values, and optional keys and constraints on Agents involved in an Annotation checked by other tests.", "testType": "manual", - "ref": "https://www.w3.org/TR/annotation-model/#annotations", + "ref": "https://www.w3.org/TR/annotation-model/", "assertions": [ "annotations/3.1-annotationContextValidated.json", "annotations/3.1-annotationIdValidated.json", @@ -18,6 +18,46 @@ "annotations/3.3.1-annotationGeneratedValidated.json", "annotations/3.3.6-annotationRightsValidated.json", "annotations/3.3.7-annotationCanonicalValidated.json", - "annotations/3.3.7-annotationViaValidated.json" + "annotations/3.3.7-annotationViaValidated.json", + "annotations/bodiesTargets/3.2.1-bodyTextDirectionValidated.json", + "annotations/bodiesTargets/3.3.1-bodyCreatedValidated.json", + "annotations/bodiesTargets/3.3.1-bodyModifiedValidated.json", + "annotations/bodiesTargets/3.3.6-bodyRightsValidated.json", + "annotations/bodiesTargets/3.3.7-bodyCanonicalValidated.json", + "annotations/bodiesTargets/3.3.7-bodyViaValidated.json", + "annotations/bodiesTargets/3.2.7-bodyEWRNoItems.json", + "annotations/bodiesTargets/3.3.5-bodyEWRNoPurpose.json", + "annotations/bodiesTargets/3.2.4-bodyChoiceSetNoValue.json", + "annotations/bodiesTargets/4-bodyChoiceSetNoSource.json", + "annotations/bodiesTargets/3.3.5-bodyChoiceSetNoPurpose.json", + "annotations/bodiesTargets/3.2.7-bodyEmbeddedTextualNoItems.json", + "annotations/bodiesTargets/4-bodyEmbeddedTextualNoSource.json", + "annotations/bodiesTargets/3.2.7-bodySpecificResourceNoItems.json", + "annotations/bodiesTargets/4-bodySpecificResourceNoValue.json", + "annotations/bodiesTargets/3.2.1-targTextDirectionValidated.json", + "annotations/bodiesTargets/3.3.1-targCreatedValidated.json", + "annotations/bodiesTargets/3.3.1-targModifiedValidated.json", + "annotations/bodiesTargets/3.3.6-targRightsValidated.json", + "annotations/bodiesTargets/3.3.7-targCanonicalValidated.json", + "annotations/bodiesTargets/3.3.7-targViaValidated.json", + "annotations/bodiesTargets/3.2.7-targEWRNoItems.json", + "annotations/bodiesTargets/3.3.5-targEWRNoPurpose.json", + "annotations/bodiesTargets/3.2.4-targChoiceSetNoValue.json", + "annotations/bodiesTargets/4-targChoiceSetNoSource.json", + "annotations/bodiesTargets/3.3.5-targChoiceSetNoPurpose.json", + "annotations/bodiesTargets/3.2.7-targSpecificResourceNoItems.json", + "annotations/bodiesTargets/4-targSpecificResourceNoValue.json", + "annotations/bodiesTargets/3.2.4-targNoTypeTextualBody.json", + "annotations/specificResource/4.2-selectorValidIfPresent.json", + "annotations/specificResource/4.3-stateValidIfPresent.json", + "annotations/specificResource/4.3.3-refinedByValidated.json", + "annotations/specificResource/4.4-styleClassValidIfPresent.json", + "annotations/specificResource/4.2-fragmentCssXPathSelectorValid.json", + "annotations/specificResource/4.2.4-textQuoteSelectorValid.json", + "annotations/specificResource/4.2-TextDataPositionSelectorValid.json", + "annotations/specificResource/4.2.7-svgSelectorValid.json", + "annotations/specificResource/4.2.8-rangeSelectorValid.json", + "annotations/specificResource/4.3.1-timeStateValid.json", + "annotations/specificResource/4.3.2-httpRequestStateValid.json" ] } diff --git a/annotation-model/annotations/annotationOptionals-manual.html b/annotation-model/annotations/annotationOptionals-manual.html index 22309e814943e7..2b9f4e74511915 100644 --- a/annotation-model/annotations/annotationOptionals-manual.html +++ b/annotation-model/annotations/annotationOptionals-manual.html @@ -2,6 +2,7 @@ Annotation implements optional keys and meets optional key value constraints + @@ -11,26 +12,12 @@ setup({explicit_timeout: true, explicit_done: true }); var theDefinitions=[ - "definitions/compositeDetected.json", - "definitions/processingLanguageDetected.json", - "definitions/textDirectionDetected.json", - "definitions/independentsDetected.json", "definitions/specificResource.json", - "definitions/stringUri.json", "definitions/choiceSet.json", "definitions/bodyTarget.json", - "definitions/listDetected.json", - "definitions/formatDetected.json", "definitions/annotations.json", "definitions/otherProperties.json", - "definitions/choiceDetected.json", - "definitions/externalWebResource.json", - "definitions/externalWebResourceDetected.json", - "definitions/languageDetected.json", - "definitions/textualBody.json", - "definitions/id.json", - "definitions/itemsDetected.json", - "definitions/specificResourceDetected.json" + "definitions/id.json" ]; var theTestFile="annotationOptionals.test"; diff --git a/annotation-model/annotations/annotationOptionals.test b/annotation-model/annotations/annotationOptionals.test index 8fd1da41ce9f94..955ac39d41d628 100644 --- a/annotation-model/annotations/annotationOptionals.test +++ b/annotation-model/annotations/annotationOptionals.test @@ -5,13 +5,10 @@ "testType": "manual", "ref": "https://www.w3.org/TR/annotation-model/#other-properties", "assertions": [ - "annotations/3.1-bodyKeyFound.json", "annotations/3.3.1-annotationSingleCreatorImplemented.json", "annotations/3.3.1-annotationCreatedImplemented.json", "annotations/3.3.5-annotationSingleMotivationImplemented.json", "annotations/3.2.5-bodyValueImplemented.json", - "annotations/3.3.1-annotationCreatorImplemented.json", - "annotations/3.3.1-annotationGeneratorImplemented.json", "annotations/3.3.1-annotationGeneratedImplemented.json", "annotations/3.3.1-annotationModifiedImplemented.json", "annotations/3.3.3-annotationAudienceImplemented.json", @@ -19,7 +16,76 @@ "annotations/3.3.6-annotationRightsImplemented.json", "annotations/3.3.7-annotationCanonicalImplemented.json", "annotations/3.3.7-annotationViaImplemented.json", - "annotations/4.4-annotationStylesheetImplemented.json" - + "annotations/4.4-annotationStylesheetImplemented.json", + "annotations/3.1-bodyKeyFound.json", + "annotations/bodiesTargets/3.2.1-bodySingleFormat.json", + "annotations/bodiesTargets/3.2.1-bodySingleLanguage.json", + "annotations/bodiesTargets/3.3.1-bodySingleCreator.json", + "annotations/bodiesTargets/3.3.1-bodyCreated.json", + "annotations/bodiesTargets/3.2.1-bodyFormat.json", + "annotations/bodiesTargets/3.2.1-bodyLanguage.json", + "annotations/bodiesTargets/3.2.2-bodyType.json", + "annotations/bodiesTargets/3.2.1-bodyProcessingLanguage.json", + "annotations/bodiesTargets/3.2.1-bodyTextDirection.json", + "annotations/bodiesTargets/3.3.1-bodyModified.json", + "annotations/bodiesTargets/3.3.3-bodyAudience.json", + "annotations/bodiesTargets/3.3.4-bodyAccessibility.json", + "annotations/bodiesTargets/3.3.5-bodyPurpose.json", + "annotations/bodiesTargets/3.3.6-bodyRights.json", + "annotations/bodiesTargets/3.3.7-bodyCanonical.json", + "annotations/bodiesTargets/3.3.7-bodyVia.json", + "annotations/bodiesTargets/3.2.1-bodyEWR.json", + "annotations/bodiesTargets/3.2.4-bodyETB.json", + "annotations/bodiesTargets/3.2.4-bodyETBTypeTextualBody.json", + "annotations/bodiesTargets/3.2.4-bodyETBTypeText.json", + "annotations/bodiesTargets/3.2.7-bodyChoiceSet.json", + "annotations/bodiesTargets/3.2.7-bodyChoice.json", + "annotations/bodiesTargets/3.2.8-bodyList.json", + "annotations/bodiesTargets/3.2.8-bodyComposite.json", + "annotations/bodiesTargets/3.2.8-bodyIndependents.json", + "annotations/bodiesTargets/3.2.1-targSingleFormat.json", + "annotations/bodiesTargets/3.2.1-targSingleLanguage.json", + "annotations/bodiesTargets/3.3.1-targSingleCreator.json", + "annotations/bodiesTargets/3.3.1-targCreated.json", + "annotations/bodiesTargets/3.2.1-targFormat.json", + "annotations/bodiesTargets/3.2.1-targLanguage.json", + "annotations/bodiesTargets/3.2.2-targType.json", + "annotations/bodiesTargets/3.2.1-targProcessingLanguage.json", + "annotations/bodiesTargets/3.2.1-targTextDirection.json", + "annotations/bodiesTargets/3.3.1-targModified.json", + "annotations/bodiesTargets/3.3.3-targAudience.json", + "annotations/bodiesTargets/3.3.4-targAccessibility.json", + "annotations/bodiesTargets/3.3.5-targPurpose.json", + "annotations/bodiesTargets/3.3.6-targRights.json", + "annotations/bodiesTargets/3.3.7-targCanonical.json", + "annotations/bodiesTargets/3.3.7-targVia.json", + "annotations/bodiesTargets/3.2.1-targEWR.json", + "annotations/bodiesTargets/3.2.7-targChoiceSet.json", + "annotations/bodiesTargets/3.2.7-targChoice.json", + "annotations/bodiesTargets/3.2.8-targList.json", + "annotations/bodiesTargets/3.2.8-targComposite.json", + "annotations/bodiesTargets/3.2.8-targIndependents.json", + "annotations/bodiesTargets/4-bodySpecificResource.json", + "annotations/bodiesTargets/4-targSpecificResource.json", + "annotations/specificResource/4.3.3-refinedBy.json", + "annotations/specificResource/4.4-styleClass.json", + "annotations/specificResource/4.5-renderedVia.json", + "annotations/specificResource/4.6-scope.json", + "annotations/specificResource/4.2-selectorFound.json", + "annotations/specificResource/4.2.1-fragmentSelector.json", + "annotations/specificResource/4.2.1-conformsTo.json", + "annotations/specificResource/4.2.2-cssSelector.json", + "annotations/specificResource/4.2.3-xpathSelector.json", + "annotations/specificResource/4.2.4-textQuoteSelector.json", + "annotations/specificResource/4.2.4-prefix.json", + "annotations/specificResource/4.2.4-suffix.json", + "annotations/specificResource/4.2.5-textPositionSelector.json", + "annotations/specificResource/4.2.6-dataPositionSelector.json", + "annotations/specificResource/4.2.7-svgSelector.json", + "annotations/specificResource/4.2.8-rangeSelector.json", + "annotations/specificResource/4.3-stateFound.json", + "annotations/specificResource/4.3.1-timeState.json", + "annotations/specificResource/4.3.2-requestHeaderState.json", + "annotations/specificResource/4.3.1-cached.json" ] } diff --git a/annotation-model/annotations/annotationAgentOptionals-manual.html b/annotation-model/annotations/annotationsAgentOptionals-manual.html similarity index 71% rename from annotation-model/annotations/annotationAgentOptionals-manual.html rename to annotation-model/annotations/annotationsAgentOptionals-manual.html index 7fec4309f048f8..bb1590624cfc97 100644 --- a/annotation-model/annotations/annotationAgentOptionals-manual.html +++ b/annotation-model/annotations/annotationsAgentOptionals-manual.html @@ -2,6 +2,7 @@ Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents + @@ -11,29 +12,15 @@ setup({explicit_timeout: true, explicit_done: true }); var theDefinitions=[ - "definitions/compositeDetected.json", - "definitions/processingLanguageDetected.json", - "definitions/textDirectionDetected.json", - "definitions/independentsDetected.json", "definitions/specificResource.json", - "definitions/stringUri.json", "definitions/choiceSet.json", "definitions/bodyTarget.json", - "definitions/listDetected.json", - "definitions/formatDetected.json", "definitions/annotations.json", "definitions/otherProperties.json", - "definitions/choiceDetected.json", - "definitions/externalWebResource.json", - "definitions/externalWebResourceDetected.json", - "definitions/languageDetected.json", - "definitions/textualBody.json", - "definitions/id.json", - "definitions/itemsDetected.json", - "definitions/specificResourceDetected.json" + "definitions/id.json" ]; -var theTestFile="annotationAgentOptionals.test"; +var theTestFile="annotationsAgentOptionals.test"; var runningTest = new JSONtest( { "testInput" : "annotation-input", diff --git a/annotation-model/annotations/annotationsAgentOptionals.test b/annotation-model/annotations/annotationsAgentOptionals.test new file mode 100644 index 00000000000000..c5eb8713a6aabe --- /dev/null +++ b/annotation-model/annotations/annotationsAgentOptionals.test @@ -0,0 +1,46 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents", + "description": "Agents (Creators, Generators) involved in an Annotation: Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.", + "testType": "manual", + "ref": "https://www.w3.org/TR/annotation-model/#other-properties", + "assertions": + [ + "annotations/3.3.1-annotationCreatorImplemented.json", + "annotations/3.3.2-annotationCreatorAgentIdImplemented.json", + "annotations/3.3.2-annotationCreatorAgentTypeImplemented.json", + "annotations/3.3.2-annotationCreatorAgentNicknameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentSingleNameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentNameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentEmailImplemented.json", + "annotations/3.3.2-annotationCreatorAgentEmail_sha1Implemented.json", + "annotations/3.3.2-annotationCreatorAgentHomepageImplemented.json", + "annotations/3.3.1-annotationGeneratorImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentIdImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentTypeImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentNicknameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentSingleNameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentNameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentEmailImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentEmail_sha1Implemented.json", + "annotations/3.3.2-annotationGeneratorAgentHomepageImplemented.json", + "annotations/bodiesTargets/3.3.1-bodyCreator.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json", + "annotations/bodiesTargets/3.3.1-targCreator.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json" + ] +} diff --git a/annotation-model/annotations/bodiesTargets/.gitignore b/annotation-model/annotations/bodiesTargets/.gitignore new file mode 100644 index 00000000000000..e69de29bb2d1d6 diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyEWR.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyEWR.json new file mode 100644 index 00000000000000..e22585b905b9f6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyEWR.json @@ -0,0 +1,26 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyEWR.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "An External Web Resource body may be used as an Annotation Body.", + "title": "Implements **External Web Resource** with **_id_ key** as a body of the Annotation [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more External Web Resources as Annotation body(ies). (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/externalWebResourceDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/externalWebResourceDetected" } } } }, + { "$ref": "bodyTarget.json#/definitions/sourceEwrDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrDetected" } } } }, + { "$ref": "bodyTarget.json#/definitions/itemEwrDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrDetected" } } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyFormat.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyFormat.json new file mode 100644 index 00000000000000..c7fc143053d8ac --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyFormat.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyFormat.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include format key with one or more values that are each a media type.", + "title": "Implements **body _format_ key** with one or more values each of which is a **media type** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more bodies, one or more of which include format key with one or more values that are each a media type. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/formatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/formatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyLanguage.json new file mode 100644 index 00000000000000..e117bf6a489429 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyLanguage.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyLanguage.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include language key with one or more values that are each a language code.", + "title": "Implements **body _language_ key** with one or more values each of which is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more bodies, one or more of which include language key with one or more values that are each a language code. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/languagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/languagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyProcessingLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyProcessingLanguage.json new file mode 100644 index 00000000000000..41d52466ac62c4 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyProcessingLanguage.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyProcessingLanguage.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body may include processingLanguage key with a single value that is a language code.", + "title": "Implements **body _processingLanguage_ key** with a **single value** that is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Bodies, one or more of which include single processingLanguage key with a language code as value. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/processingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemProcessingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceProcessingLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/processingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemProcessingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceProcessingLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleFormat.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleFormat.json new file mode 100644 index 00000000000000..c524ee58e507ae --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleFormat.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodySingleFormat.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body should include format key with a single value that is a media type.", + "title": "Implements **body _format_ key** with a **single value** that is a **media type** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more bodies, one or more of which include single format key with a media type as value. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleFormatPropertyFound" } + ] + } + } + } + } + ] + } + }, + "required": ["body"] +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleLanguage.json new file mode 100644 index 00000000000000..6606e1f82afc2d --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodySingleLanguage.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodySingleLanguage.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body should include language key with a single value that is a language code.", + "title": "Implements **body _language_ key** with a **single value** that is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or moreBodies, one or more of which include single language key with a language code as value. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirection.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirection.json new file mode 100644 index 00000000000000..ab8e831b4a206a --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirection.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyTextDirection.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body may include textDirection key with a single value that is one of ltr, rtl, or auto.", + "title": "Implements **body _textDirection_ key** with a **single value** that is is **one of ltr, rtl, or auto** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Bodies, one or more of which include single textDirection key with one of ltr, rtl, or auto as value. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemTextDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceTextDirectionPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemTextDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceTextDirectionPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirectionValidated.json b/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirectionValidated.json new file mode 100644 index 00000000000000..26ff83635caffe --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-bodyTextDirectionValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyTextDirectionValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has multiple textDirection key values for a body or source, or a single textDirection key with a value that is not one of ltr, rtl, auto.", + "title": "If present as a body or body/source property, the **_textDirection_ key** has a **single value** which is **one of 'ltr', 'rtl', 'auto'** - [model 3.2.1](https://www.w3.org/TR/annotation-model/#external-web-resources)", + "description": "True when no body-level or body/source-level (SR body) textDirection key present or when all textDirection keys have a single value that is one of ltr, rtl, auto (Section 3.2.1)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "bodyTarget.json#/definitions/textDirectionValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithTextDirection" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "bodyTarget.json#/definitions/textDirectionValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithTextDirection" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targEWR.json b/annotation-model/annotations/bodiesTargets/3.2.1-targEWR.json new file mode 100644 index 00000000000000..4571f0ec8f413f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targEWR.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targEWR.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "An External Web Resource target may be used as an Annotation Target.", + "title": "Implements **External Web Resource** with **_id_ key** as a target of the Annotation [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more External Web Resources as Annotation target(ies). (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/externalWebResourceDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/externalWebResourceDetected" } } } }, + { "$ref": "bodyTarget.json#/definitions/sourceEwrDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrDetected" } } } }, + { "$ref": "bodyTarget.json#/definitions/itemEwrDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrDetected" } } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targFormat.json b/annotation-model/annotations/bodiesTargets/3.2.1-targFormat.json new file mode 100644 index 00000000000000..134a8956ec00c3 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targFormat.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targFormat.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include format key with one or more values that are each a media type.", + "title": "Implements **target _format_ key** with one or more values each of which is a **media type** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more targets, one or more of which include format key with one or more values that are each a media type. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/formatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/formatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-targLanguage.json new file mode 100644 index 00000000000000..b8f2a94b2cef35 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targLanguage.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targLanguage.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include language key with one or more values that are each a language code.", + "title": "Implements **target _language_ key** with one or more values each of which is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more targets, one or more of which include language key with one or more values that are each a language code. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/languagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/languagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targProcessingLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-targProcessingLanguage.json new file mode 100644 index 00000000000000..1ddcf71a0d9978 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targProcessingLanguage.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targProcessingLanguage.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target may include processingLanguage key with a single value that is a language code.", + "title": "Implements **target _processingLanguage_ key** with a **single value** that is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Targets, one or more of which include single processingLanguage key with a language code as value. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/processingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemProcessingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceProcessingLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/processingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemProcessingLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceProcessingLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targSingleFormat.json b/annotation-model/annotations/bodiesTargets/3.2.1-targSingleFormat.json new file mode 100644 index 00000000000000..b58038206afbde --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targSingleFormat.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targSingleFormat.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target should include format key with a single value that is a media type.", + "title": "Implements **target _format_ key** with a **single value** that is a **media type** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more targets, one or more of which include single format key with a media type as value. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleFormatPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleFormatPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targSingleLanguage.json b/annotation-model/annotations/bodiesTargets/3.2.1-targSingleLanguage.json new file mode 100644 index 00000000000000..6bb9cf6cc1e16f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targSingleLanguage.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targSingleLanguage.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target should include language key with a single value that is a language code.", + "title": "Implements **target _language_ key** with a **single value** that is a **language code** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or moreTargets, one or more of which include single language key with a language code as value. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleLanguagePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/singleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemSingleLanguagePropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceSingleLanguagePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirection.json b/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirection.json new file mode 100644 index 00000000000000..d9d0d0417cf13c --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirection.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targTextDirection.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target may include textDirection key with a single value that is one of ltr, rtl, or auto.", + "title": "Implements **target _textDirection_ key** with a **single value** that is is **one of ltr, rtl, or auto** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Targets, one or more of which include single textDirection key with one of ltr, rtl, or auto as value. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemTextDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceTextDirectionPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/itemTextDirectionPropertyFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceTextDirectionPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirectionValidated.json b/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirectionValidated.json new file mode 100644 index 00000000000000..6f12b3ed55024c --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.1-targTextDirectionValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targTextDirectionValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has multiple textDirection key values for a target or source, or a single textDirection key with a value that is not one of ltr, rtl, auto.", + "title": "If present as a target or target/source property, the **_textDirection_ key** has a **single value** which is **one of 'ltr', 'rtl', 'auto'** - [model 3.2.1](https://www.w3.org/TR/annotation-model/#external-web-resources)", + "description": "True when no target-level or target/source-level (SR target) textDirection key present or when all textDirection keys have a single value that is one of ltr, rtl, auto (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "bodyTarget.json#/definitions/textDirectionValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithTextDirection" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "bodyTarget.json#/definitions/textDirectionValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithTextDirection" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.2-bodyType.json b/annotation-model/annotations/bodiesTargets/3.2.2-bodyType.json new file mode 100644 index 00000000000000..25b0e48ab72016 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.2-bodyType.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.2-bodyType.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body may include type key with one or more values that are each drawn from the model's list of resource classes.", + "title": "Implements **body _type_ key** with one or more values each of which is drawn from the **model's list of resource classes** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Bodies, one or more of which include type key with one or more values that are each drawn from the model's list of resource classes. (Section 3.2.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/recognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/itemRecognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/recognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/itemRecognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceRecognizedTypeFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.2-targType.json b/annotation-model/annotations/bodiesTargets/3.2.2-targType.json new file mode 100644 index 00000000000000..fa9e0a743d48a6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.2-targType.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.2-targType.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target may include type key with one or more values that are each drawn from the model's list of resource classes.", + "title": "Implements **target _type_ key** with one or more values each of which is drawn from the **model's list of resource classes** [model 3.2.1](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more Targets, one or more of which include type key with one or more values that are each drawn from the model's list of resource classes. (Section 3.2.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/recognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/itemRecognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceFormatPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/recognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/itemRecognizedTypeFound" }, + { "$ref": "bodyTarget.json#/definitions/sourceRecognizedTypeFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-bodyChoiceSetNoValue.json b/annotation-model/annotations/bodiesTargets/3.2.4-bodyChoiceSetNoValue.json new file mode 100644 index 00000000000000..95c0aafa93e3a0 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-bodyChoiceSetNoValue.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-bodyChoiceSetNoValue.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set body cannot include a value key. value key is only valid with Embedded Textual Bodies.", + "title": "If a **Choice or Set** is a body, it does NOT have a **_value_ key** - [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when no Choice or Set bodies or when none of the Choice or Set bodies include the value key. (Section 3.3.4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithValue" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithValue" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json new file mode 100644 index 00000000000000..bc40dcf5a0cec4 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-bodyETB.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "An Embedded Textual Body may be used as an Annotation Body.", + "title": "Implements **Embedded Textual Body** with **_value_ key** as a body of the Annotation [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when Annotation includes one or more Embedded Textual Bodies as Annotation body(ies). (Section 3.2.4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textualBodyFound" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/textualBodyFound" } } } }, + { "$ref": "bodyTarget.json#/definitions/itemETBDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemETBDetected" } } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeText.json b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeText.json new file mode 100644 index 00000000000000..cddadf0c257c37 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeText.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-bodyETBTypeText.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of an Embedded Textual Body should include type key which includes the value of Text.", + "title": "Implements **Embedded Textual Body _type_ key** which includes a value of **Text** [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when Annotation includes one or more Embedded Textual Bodies (incl. as part of body Choice or Set), one or more of which includes a type key which includes a value of Text. (Section 3.2.4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": + [ + { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesText" }, + { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesText" } + ] + }, + { "not": + { + "items": + { "not": + { "anyOf": + [ + { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesText" }, + { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesText" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeTextualBody.json b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeTextualBody.json new file mode 100644 index 00000000000000..9ccc041240bf3c --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-bodyETBTypeTextualBody.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-bodyETBTypeTextualBody.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of an Embedded Textual Body should include type key which includes the value of TextualBody.", + "title": "Implements **Embedded Textual Body _type_ key** which includes a value of **TextualBody** [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when Annotation includes one or more Embedded Textual Bodies (incl. as part of body Choice or Set), one or more of which includes a type key which includes a value of TextualBody. (Section 3.2.4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": + [ + { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesTextualBody" }, + { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesTextualBody" } + ] + }, + { "not": + { + "items": + { "not": + { "anyOf": + [ + { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesTextualBody" }, + { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesTextualBody" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-targChoiceSetNoValue.json b/annotation-model/annotations/bodiesTargets/3.2.4-targChoiceSetNoValue.json new file mode 100644 index 00000000000000..7525d5bb5d87bc --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-targChoiceSetNoValue.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-targChoiceSetNoValue.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set target cannot include a value key. value key is only valid with Embedded Textual Bodies.", + "title": "If a **Choice or Set** is a target, it does NOT have a **_value_ key** - [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-targ)", + "description": "True when no Choice or Set targets or when none of the Choice or Set targets include the value key. (Section 3.3.4)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithValue" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithValue" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.4-targNoTypeTextualBody.json b/annotation-model/annotations/bodiesTargets/3.2.4-targNoTypeTextualBody.json new file mode 100644 index 00000000000000..03c6ab210c7613 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.4-targNoTypeTextualBody.json @@ -0,0 +1,32 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-targNoTypeTextualBody.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "The description of a target resource MUST NOT include type key which includes the value of TextualBody.", + "title": "Neither **target** Resources nor target Choice or Set items have a **_type_ key** which includes a value of **TextualBody** [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when none of target(s), target source(s), target item(s) have a type key which includes a value of TextualBody. (Section 3.2.4)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesTextualBody" } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesTextualBody" } }, + { + "items": + { "not": + { "anyOf": + [ + { "$ref": "bodyTarget.json#/definitions/embeddedTextTypeIncludesTextualBody" }, + { "$ref": "bodyTarget.json#/definitions/itemEmbeddedTextTypeIncludesTextualBody" } + ] + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoice.json b/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoice.json new file mode 100644 index 00000000000000..dcbc7f22af2753 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoice.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-bodyChoice.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Choice resource may be used as an Annotation Body (not found).", + "title": "Implements **Choice** with **_type_ and _items_ keys** as a body of the Annotation [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when Annotation includes one or more Choice resources as Annotation body(ies). (Section 3.2.7)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/choiceDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoiceSet.json b/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoiceSet.json new file mode 100644 index 00000000000000..5db068a192da3b --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-bodyChoiceSet.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-bodyChoiceSet.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Body may be a Choice or Set.", + "title": "Implements **Choice or Set** with type and items key as a body - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when a Choice or Set is used as a body. (Section 3.2.7)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-bodyEWRNoItems.json b/annotation-model/annotations/bodiesTargets/3.2.7-bodyEWRNoItems.json new file mode 100644 index 00000000000000..f8d79f0f58d049 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-bodyEWRNoItems.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-bodyEWRNoItems.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "The description of an External Web Resource body cannot include an items key. items key is only valid with Choice or Set.", + "title": "If an **External Web Resource** is a body, it does NOT have an **_items_ key** - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when no External Web Resource bodies or when none of the External Web Recource bodies include the items key. (Section 3.2.7)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithItems" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithItems" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithItems" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-bodyEmbeddedTextualNoItems.json b/annotation-model/annotations/bodiesTargets/3.2.7-bodyEmbeddedTextualNoItems.json new file mode 100644 index 00000000000000..30f88aa536105f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-bodyEmbeddedTextualNoItems.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-bodyEmbeddedTextualNoItems.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Embedded Textual body cannot include an items key. items key is only valid with Choice or Set.", + "title": "If an **Embedded Textual Body** is a body, it does NOT have an **_items_ key** - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when no Embedded Textual bodies or when none of the Embedded Textual bodies include the items key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/embeddedTextualBodyWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/embeddedTextualBodyWithItems" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemETBWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemETBWithItems" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-bodySpecificResourceNoItems.json b/annotation-model/annotations/bodiesTargets/3.2.7-bodySpecificResourceNoItems.json new file mode 100644 index 00000000000000..188c93b08f3a6e --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-bodySpecificResourceNoItems.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-bodySpecificResourceNoItems.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Specific Resource body cannot include an items key. items key is only valid with Choice or Set.", + "title": "If a **Specific Resource** is a body, it does NOT have an **_items_ key** - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when no Specific Resource bodies or when none of the Specific Resource bodies include the items key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithItems" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithItems" } } }, + { "not": { "$ref": "specificResource.json#/definitions/itemSRWithItems" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/itemSRWithItems" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-targChoice.json b/annotation-model/annotations/bodiesTargets/3.2.7-targChoice.json new file mode 100644 index 00000000000000..38c2f5db08b895 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-targChoice.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-targChoice.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Choice resource may be used as an Annotation Target (not found).", + "title": "Implements **Choice** with **_type_ and _items_ keys** as a target of the Annotation [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-targets-and-targets)", + "description": "True when Annotation includes one or more Choice resources as Annotation target(ies). (Section 3.2.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/choiceDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-targChoiceSet.json b/annotation-model/annotations/bodiesTargets/3.2.7-targChoiceSet.json new file mode 100644 index 00000000000000..aa121337c11025 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-targChoiceSet.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-targChoiceSet.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Target may be a Choice or Set.", + "title": "Implements **Choice or Set** with type and items key as a target - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when a Choice or Set is used as a target. (Section 3.2.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-targEWRNoItems.json b/annotation-model/annotations/bodiesTargets/3.2.7-targEWRNoItems.json new file mode 100644 index 00000000000000..c16696e049a4f8 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-targEWRNoItems.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-targEWRNoItems.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "The description of an External Web Resource target cannot include an items key. items key is only valid with Choice or Set.", + "title": "If an **External Web Resource** is a target, it does NOT have an **_items_ key** - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-targets-and-targets)", + "description": "True when no External Web Resource targets (incl. as source or item) or when none of the External Web Recource targets include the items key. (Section 3.2.7)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithItems" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithItems" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithItems" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithItems" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.7-targSpecificResourceNoItems.json b/annotation-model/annotations/bodiesTargets/3.2.7-targSpecificResourceNoItems.json new file mode 100644 index 00000000000000..c9ef6c8df111ef --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.7-targSpecificResourceNoItems.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.7-targSpecificResourceNoItems.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Specific Resource target cannot include an items key. items key is only valid with Choice or Set.", + "title": "If a **Specific Resource Target** is a target, it does NOT have an **_items_ key** - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-targets-and-targets)", + "description": "True when no Specific Resource targets or when none of the Specific Resource targets include the items key. (Section 4)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithItems" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithItems" } } }, + { "not": { "$ref": "specificResource.json#/definitions/itemSRWithItems" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/itemSRWithItems" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-bodyComposite.json b/annotation-model/annotations/bodiesTargets/3.2.8-bodyComposite.json new file mode 100644 index 00000000000000..f0a6509d329a78 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-bodyComposite.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-bodyComposite.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Composite resource may be used as an Annotation Body (not found).", + "title": "Implements **Composite** with **_type_ and _items_ keys** as a body of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-bodies-and-targets)", + "description": "True when Annotation includes one or more Composite resources as Annotation body(ies). (Section 3.2.8)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/compositeDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/compositeDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-bodyIndependents.json b/annotation-model/annotations/bodiesTargets/3.2.8-bodyIndependents.json new file mode 100644 index 00000000000000..c6a78db7d9fac1 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-bodyIndependents.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-bodyIndependents.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Independents resource may be used as an Annotation Body (not found).", + "title": "Implements **Independents** with **_type_ and _items_ keys** as a body of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-bodies-and-targets)", + "description": "True when Annotation includes one or more Independents resources as Annotation body(ies). (Section 3.2.8)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/independentsDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/independentsDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-bodyList.json b/annotation-model/annotations/bodiesTargets/3.2.8-bodyList.json new file mode 100644 index 00000000000000..aa260b462e84e7 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-bodyList.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-bodyList.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A List resource may be used as an Annotation Body (not found).", + "title": "Implements **List** with **_type_ and _items_ keys** as a body of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-bodies-and-targets)", + "description": "True when Annotation includes one or more List resources as Annotation body(ies). (Section 3.2.8)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/listDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/listDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json b/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json new file mode 100644 index 00000000000000..031beec90d1741 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-targComposite.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Composite resource may be used as an Annotation Target (not found).", + "title": "Implements **Composite** with **_type_ and _items_ keys** as a target of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-targets-and-targets)", + "description": "True when Annotation includes one or more Composite resources as Annotation target(ies). (Section 3.2.8)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/compositeDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/compositeDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-targIndependents.json b/annotation-model/annotations/bodiesTargets/3.2.8-targIndependents.json new file mode 100644 index 00000000000000..d9f50346fb57a6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-targIndependents.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-targIndependents.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Independents resource may be used as an Annotation Target (not found).", + "title": "Implements **Independents** with **_type_ and _items_ keys** as a target of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-targets-and-targets)", + "description": "True when Annotation includes one or more Independents resources as Annotation target(ies). (Section 3.2.8)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/independentsDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/independentsDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.2.8-targList.json b/annotation-model/annotations/bodiesTargets/3.2.8-targList.json new file mode 100644 index 00000000000000..7ab726b6cf8aef --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.2.8-targList.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-targList.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A List resource may be used as an Annotation Target (not found).", + "title": "Implements **List** with **_type_ and _items_ keys** as a target of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-targets-and-targets)", + "description": "True when Annotation includes one or more List resources as Annotation target(ies). (Section 3.2.8)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/listDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/listDetected" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreated.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreated.json new file mode 100644 index 00000000000000..daee4657902651 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreated.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodyCreated.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body should include created key with a single value that is of format date-time.", + "title": "Implements **body _created_ key** with a **single value** that is of **format date-time** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more bodies, one or more of which include created key with a single value of date-time format. (Section 3.3.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/createdPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatedPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/createdPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatedPropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreatedValidated.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreatedValidated.json new file mode 100644 index 00000000000000..a47db94aa029f0 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreatedValidated.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodyCreatedValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has multiple created key values for a body or source, or a single created key value that is not of format date-time.", + "title": "If present all body-level or body/source-level **_created_ keys** have a **single value** that is of **format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when no body-level or body/source-level (SR body) created key present or when all created keys have a single value that is of format date-time (Section 3.3.1)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/createdValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCreated" } + ] + }, + { + "type": "array", + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/createdValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCreated" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreator.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreator.json new file mode 100644 index 00000000000000..4c0e49affe3549 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodyCreator.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodyCreator.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include creator key with one or more values.", + "title": "Implements **body _creator_ key** with one or more values - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more bodies, one or more of which include creator key with one or more values. (Section 3.3.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodyModified.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodyModified.json new file mode 100644 index 00000000000000..a0a59ac4fd8855 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodyModified.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodyModified.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include modified key with a single value that is of format date-time.", + "title": "Implements **body _modified_ key** with a **single value** that is of **format date-time** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more bodies, one or more of which include modified key with a single value of format date-time. (Section 3.3.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/modifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemModifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceModifiedPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/modifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemModifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceModifiedPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodyModifiedValidated.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodyModifiedValidated.json new file mode 100644 index 00000000000000..e632ee5406bdb1 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodyModifiedValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodyModifiedValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has multiple modified key values for a body or source, or a single modified key value that is not of format date-time.", + "title": "If present all body-level or body/source-level **_modified_ keys** have a **single value** that is of **format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when no body-level or body/source-level (SR body) modified key present or when all modified keys have a single value that is of format date-time (Section 3.3.1)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/modifiedValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithModified" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/modifiedValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithModified" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-bodySingleCreator.json b/annotation-model/annotations/bodiesTargets/3.3.1-bodySingleCreator.json new file mode 100644 index 00000000000000..d037a189165a1b --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-bodySingleCreator.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-bodySingleCreator.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body should include creator key with a single value.", + "title": "Implements **body _creator_ key** with a **single value** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more bodies, one or more of which includes creator key with a single value. (Section 3.3.1)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemSingleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceSingleCreatorPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemSingleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceSingleCreatorPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targCreated.json b/annotation-model/annotations/bodiesTargets/3.3.1-targCreated.json new file mode 100644 index 00000000000000..0db8559c7c2f89 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targCreated.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targCreated.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target should include created key with a single value that is of format date-time.", + "title": "Implements **target _created_ key** with a **single value** that is of **format date-time** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more targets, one or more of which include created key with a single value of date-time format. (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/createdPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatedPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/createdPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatedPropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targCreatedValidated.json b/annotation-model/annotations/bodiesTargets/3.3.1-targCreatedValidated.json new file mode 100644 index 00000000000000..504c1bfd8a7c10 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targCreatedValidated.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targCreatedValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has multiple created key values for a target or source, or a single created key value that is not of format date-time.", + "title": "If present all target-level or target/source-level **_created_ keys** have a **single value** that is of **format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when no target-level or target/source-level (SR target) created key present or when all created keys have a single value that is of format date-time (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/createdValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCreated" } + ] + }, + { + "type": "array", + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/createdValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCreated" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targCreator.json b/annotation-model/annotations/bodiesTargets/3.3.1-targCreator.json new file mode 100644 index 00000000000000..e1ee1b4764fa84 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targCreator.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targCreator.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include creator key with one or more values.", + "title": "Implements **target _creator_ key** with one or more values - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more targets, one or more of which include creator key with one or more values. (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targModified.json b/annotation-model/annotations/bodiesTargets/3.3.1-targModified.json new file mode 100644 index 00000000000000..4c3cf7b6896ac1 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targModified.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targModified.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include modified key with a single value that is of format date-time.", + "title": "Implements **target _modified_ key** with a **single value** that is of **format date-time** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more targets, one or more of which include modified key with a single value of format date-time. (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/modifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemModifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceModifiedPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/modifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemModifiedPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceModifiedPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targModifiedValidated.json b/annotation-model/annotations/bodiesTargets/3.3.1-targModifiedValidated.json new file mode 100644 index 00000000000000..7e3ec735e0e198 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targModifiedValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targModifiedValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has multiple modified key values for a target or source, or a single modified key value that is not of format date-time.", + "title": "If present all target-level or target/source-level **_modified_ keys** have a **single value** that is of **format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when no target-level or target/source-level (SR target) modified key present or when all modified keys have a single value that is of format date-time (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/modifiedValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithModified" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/modifiedValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithModified" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.1-targSingleCreator.json b/annotation-model/annotations/bodiesTargets/3.3.1-targSingleCreator.json new file mode 100644 index 00000000000000..5eb662ba9ca91b --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.1-targSingleCreator.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.1-targSingleCreator.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target should include creator key with a single value.", + "title": "Implements **target _creator_ key** with a **single value** [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", + "description": "True when Annotation includes one or more targets, one or more of which includes creator key with a single value. (Section 3.3.1)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemSingleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceSingleCreatorPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemSingleCreatorPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceSingleCreatorPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json new file mode 100644 index 00000000000000..d116346a0c32b6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentEmailImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Email for Body Creator (Agent) not found. Agents may have one or more email values.", + "title": "Implements Body-level creator (Agent) **_email_ key** with one or more values, each of which is a **mailto: uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more email values for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmailFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmailFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json new file mode 100644 index 00000000000000..eb4852ad5af1e2 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentEmail_sha1Implemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Email_sha1 for Body Creator (Agent) not found. Agents may have one or more email_sha1 values.", + "title": "Implements Body-level creator (Agent) **email_sha1 key** with one or more values - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more email_sha1 values for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json new file mode 100644 index 00000000000000..9c83d6d75d6a1d --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentHomepageImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Homepage for Body Creator (Agent) not found. Agents may have one or more homepage values.", + "title": "Implements Body-level creator (Agent) **_homepage_ key** with one or more values, each of which is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more homepage values for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithHomepageFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithHomepageFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json new file mode 100644 index 00000000000000..777a499ae219f3 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentIdImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Id for Body Creator (Agent) not found or more than 1 found. Agents should have exactly one id of format uri.", + "title": "Implements Body-level creator (Agent) **_id_ key** with **single value** that is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when type for Body Creator (Agent) has exactly one id (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json new file mode 100644 index 00000000000000..babb04d65b9b75 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentNameImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Name for Body Creator (Agent) not found. Agents may have one or more name values.", + "title": "Implements Body-level creator (Agent) **_name_ key** with one or more values - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more name values for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithNameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithNameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json new file mode 100644 index 00000000000000..252ec0885501e6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentNicknameImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Nickname for Body Creator (Agent) not found. Agents should have exactly one nickname value.", + "title": "Implements Body-level creator (Agent) **_nickname_ key** with a **single value** that is a string - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when exactly one nickname for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNicknameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNicknameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json new file mode 100644 index 00000000000000..ac0b0f9ad093d3 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentSingleNameImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Single name for Body Creator (Agent) not found. Agents should have exactly one name value.", + "title": "Implements Body-level creator (Agent) **_name_ key** with a **single value** that is a string - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when exactly one name for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json new file mode 100644 index 00000000000000..8392a3a68953ab --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-bodyCreatorAgentTypeImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Type (Person, Organization, Software) for Body Creator (Agent) not found. Agents should have one or more type values.", + "title": "Implements Body-level creator (Agent) **_type_ key** with one or more values from **model-recommended list (Person, Organization, Software)** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when type for Body Creator (Agent) is implemented (Section 3.3.2)", + "required": [ "body" ], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithTypeFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithTypeFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json new file mode 100644 index 00000000000000..133da131d82277 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentEmailImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Email for Target Creator (Agent) not found. Agents may have one or more email values.", + "title": "Implements Target-level creator (Agent) **_email_ key** with one or more values, each of which is a **mailto: uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more email values for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmailFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmailFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmailFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json new file mode 100644 index 00000000000000..1c34b43e0f4652 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentEmail_sha1Implemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Email_sha1 for Target Creator (Agent) not found. Agents may have one or more email_sha1 values.", + "title": "Implements Target-level creator (Agent) **email_sha1 key** with one or more values - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more email_sha1 values for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json new file mode 100644 index 00000000000000..bc79f1a5e36468 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentHomepageImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Homepage for Target Creator (Agent) not found. Agents may have one or more homepage values.", + "title": "Implements Target-level creator (Agent) **_homepage_ key** with one or more values, each of which is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more homepage values for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithHomepageFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithHomepageFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithHomepageFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json new file mode 100644 index 00000000000000..bed81643477482 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentIdImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Id for Target Creator (Agent) not found or more than 1 found. Agents should have exactly one id of format uri.", + "title": "Implements Target-level creator (Agent) **_id_ key** with **single value** that is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when type for Target Creator (Agent) has exactly one id (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json new file mode 100644 index 00000000000000..15c91f92e6dcbf --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentNameImplemented.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Name for Target Creator (Agent) not found. Agents may have one or more name values.", + "title": "Implements Target-level creator (Agent) **_name_ key** with one or more values - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when one or more name values for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithNameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithNameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json new file mode 100644 index 00000000000000..7c84087f4e96f4 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentNicknameImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Nickname for Target Creator (Agent) not found. Agents should have exactly one nickname value.", + "title": "Implements Target-level creator (Agent) **_nickname_ key** with a **single value** that is a string - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when exactly one nickname for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNicknameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNicknameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNicknameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json new file mode 100644 index 00000000000000..7f5428f548058f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentSingleNameImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Single name for Target Creator (Agent) not found. Agents should have exactly one name value.", + "title": "Implements Target-level creator (Agent) **_name_ key** with a **single value** that is a string - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when exactly one name for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNameFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithSingularNameFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithSingularNameFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json new file mode 100644 index 00000000000000..b9f6c8bae49a37 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.2-targCreatorAgentTypeImplemented.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "Type (Person, Organization, Software) for Target Creator (Agent) not found. Agents should have one or more type values.", + "title": "Implements Target-level creator (Agent) **_type_ key** with one or more values from **model-recommended list (Person, Organization, Software)** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", + "description": "True when type for Target Creator (Agent) is implemented (Section 3.3.2)", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithTypeFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/creatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithTypeFound" }, + { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithTypeFound" } + ] + } + } + } + } + ] + } + } +} diff --git a/annotation-model/annotations/bodiesTargets/3.3.3-bodyAudience.json b/annotation-model/annotations/bodiesTargets/3.3.3-bodyAudience.json new file mode 100644 index 00000000000000..8572c2257f2694 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.3-bodyAudience.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.3-bodyAudience.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include audience key which has one or more values with each audience instance described using schema.org/Audience classes and properties.", + "title": "Implements **body _audience_ key** which has one or more values with each audience instance described using **[schema.org/Audience](http://schema.org/Audience) classes and properties** - [model 3.3.3](https://www.w3.org/TR/annotation-model/#intended-audience)", + "description": "True when Annotation includes one or more bodies, one or more of which include audience key which has one or more values with each audience instance described using schema.org/Audience classes and properties.. (Section 3.3.3)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/audiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAudiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAudiencePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/audiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAudiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAudiencePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.3-targAudience.json b/annotation-model/annotations/bodiesTargets/3.3.3-targAudience.json new file mode 100644 index 00000000000000..df84e2b4203752 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.3-targAudience.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.3-targAudience.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include audience key which has one or more values with each audience instance described using schema.org/Audience classes and properties.", + "title": "Implements **target _audience_ key** which has one or more values with each audience instance described using **[schema.org/Audience](http://schema.org/Audience) classes and properties** - [model 3.3.3](https://www.w3.org/TR/annotation-model/#intended-audience)", + "description": "True when Annotation includes one or more targets, one or more of which include audience key which has one or more values with each audience instance described using schema.org/Audience classes and properties.. (Section 3.3.3)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/audiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAudiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAudiencePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/audiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAudiencePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAudiencePropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.4-bodyAccessibility.json b/annotation-model/annotations/bodiesTargets/3.3.4-bodyAccessibility.json new file mode 100644 index 00000000000000..3d4d42cd9d2a3c --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.4-bodyAccessibility.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.4-bodyAccessibility.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body may include accessibility key which has one or more values.", + "title": "Implements **body _accessibility_ key** which has one or more values - [model 3.3.4](#https://www.w3.org/TR/annotation-model/#accessibility-of-content)", + "description": "True when Annotation includes one or more Bodies, one or more of which include accessibility key which has one or more values. (Section 3.3.4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/accessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAccessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAccessibilityPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/accessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAccessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAccessibilityPropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.4-targAccessibility.json b/annotation-model/annotations/bodiesTargets/3.3.4-targAccessibility.json new file mode 100644 index 00000000000000..4f04e3d1d3c2b0 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.4-targAccessibility.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.4-targAccessibility.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target may include accessibility key which has one or more values.", + "title": "Implements **target _accessibility_ key** which has one or more values - [model 3.3.4](#https://www.w3.org/TR/annotation-model/#accessibility-of-content)", + "description": "True when Annotation includes one or more Targets, one or more of which include accessibility key which has one or more values. (Section 3.3.4)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/accessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAccessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAccessibilityPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/accessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemAccessibilityPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceAccessibilityPropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-bodyChoiceSetNoPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-bodyChoiceSetNoPurpose.json new file mode 100644 index 00000000000000..bb2a56b5359ad9 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-bodyChoiceSetNoPurpose.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-bodyChoiceSetNoPurpose.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set body cannot include an purpose key. purpose key is only valid with Specific Resources and Embedded Textual Bodies.", + "title": "If a **Choice or Set** is a body, it does NOT have a **_purpose_ key** - [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when no Choice or Set bodies or when none of the Choice or Set bodies include the purpose key. (Section 3.3.5)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithPurpose" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithPurpose" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-bodyEWRNoPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-bodyEWRNoPurpose.json new file mode 100644 index 00000000000000..5e5fc0e0d6ff5f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-bodyEWRNoPurpose.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-bodyEWRNoPurpose.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "The description of an External Web Resource body cannot include an purpose key. purpose key is only valid with Specific Resources and Embedded Textual Bodies.", + "title": "If an **External Web Resource** is a body, it does NOT have an **_purpose_ key** - [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when no External Web Resource bodies or when none of the External Web Recource bodies include the purpose key. (Section 3.3.5)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithPurpose" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithPurpose" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithPurpose" } } } + ] } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-bodyPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-bodyPurpose.json new file mode 100644 index 00000000000000..eb62c492c4e0d7 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-bodyPurpose.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-bodyPurpose.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Body may include purpose key with one or more values that are each drawn from model's list of Motivations.", + "title": "Implements **body _purpose_ key** with one or more values are each drawn from **model's list of Motivations** [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when Annotation includes one or more Bodies, one or more of which include purpose key with one or more values that are each drawn from model's list of Motivations. (Section 3.3.5)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/purposePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/purposePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-targChoiceSetNoPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-targChoiceSetNoPurpose.json new file mode 100644 index 00000000000000..f74e9b8412f9f8 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-targChoiceSetNoPurpose.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-targChoiceSetNoPurpose.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set target cannot include an purpose key. purpose key is only valid with Specific Resources and Embedded Textual Bodies.", + "title": "If a **Choice or Set** is a target, it does NOT have a **_purpose_ key** - [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when no Choice or Set targets or when none of the Choice or Set targets include the purpose key. (Section 3.3.5)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithPurpose" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithPurpose" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-targEWRNoPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-targEWRNoPurpose.json new file mode 100644 index 00000000000000..3e2e2e5e9308af --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-targEWRNoPurpose.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-targEWRNoPurpose.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "The description of an External Web Resource target cannot include an purpose key. purpose key is only valid with Specific Resources and Embedded Textual Bodies.", + "title": "If an **External Web Resource** is a target, it does NOT have an **_purpose_ key** - [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when no External Web Resource targets or when none of the External Web Recource targets include the purpose key. (Section 3.3.5)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/ewrWithPurpose" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/sourceEwrWithPurpose" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithPurpose" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemEwrWithPurpose" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.5-targPurpose.json b/annotation-model/annotations/bodiesTargets/3.3.5-targPurpose.json new file mode 100644 index 00000000000000..b3894864e27594 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.5-targPurpose.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.5-targPurpose.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Target may include purpose key with one or more values that are each drawn from model's list of Motivations.", + "title": "Implements **target _purpose_ key** with one or more values are each drawn from **model's list of Motivations** [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)", + "description": "True when Annotation includes one or more Targets, one or more of which include purpose key with one or more values that are each drawn from model's list of Motivations. (Section 3.3.5)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/purposePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/purposePropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" } + ] + } + } + } + } + + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.6-bodyRights.json b/annotation-model/annotations/bodiesTargets/3.3.6-bodyRights.json new file mode 100644 index 00000000000000..2c254fe011d9c9 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.6-bodyRights.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-bodyRights.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body may include rights key with one or more values each of format uri.", + "title": "Implements **body _rights_ key** which has one or more values, each of which is a **string of format uri** - [model 3.3.6](https://www.w3.org/TR/annotation-model/#rights-information)", + "description": "True when Annotation includes one or more Bodies, one or more of which include rights key with one or more values that are each of format uri. (Section 3.3.6)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/rightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemRightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceRightsPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/rightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemRightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceRightsPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.6-bodyRightsValidated.json b/annotation-model/annotations/bodiesTargets/3.3.6-bodyRightsValidated.json new file mode 100644 index 00000000000000..7f63268c6c5417 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.6-bodyRightsValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.6-bodyRightsValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has one or more rights key values that are not of format uri.", + "title": "If present all body-level or body/source-level **_rights_ key values** are strings of **format uri** - [model 3.3.6](https://www.w3.org/TR/annotation-model/#rights-information)", + "description": "True when no body-level or body/source-level (SR body) rights key present or when all rights key values are strings of format uri (Section 3.3.6)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/rightsValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithRights" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/rightsValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithRights" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.6-targRights.json b/annotation-model/annotations/bodiesTargets/3.3.6-targRights.json new file mode 100644 index 00000000000000..23906035568ec5 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.6-targRights.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.1-targRights.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target may include rights key with one or more values each of format uri.", + "title": "Implements **target _rights_ key** which has one or more values, each of which is a **string of format uri** - [model 3.3.6](https://www.w3.org/TR/annotation-model/#rights-information)", + "description": "True when Annotation includes one or more Targets, one or more of which include rights key with one or more values that are each of format uri. (Section 3.3.6)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/rightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemRightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceRightsPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/rightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemRightsPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceRightsPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.6-targRightsValidated.json b/annotation-model/annotations/bodiesTargets/3.3.6-targRightsValidated.json new file mode 100644 index 00000000000000..d4e564f97efe3d --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.6-targRightsValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.6-targRightsValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has one or more rights key values that are not of format uri.", + "title": "If present all target-level or target/source-level **_rights_ key values** are strings of **format uri** - [model 3.3.6](https://www.w3.org/TR/annotation-model/#rights-information)", + "description": "True when no target-level or target/source-level (SR target) rights key present or when all rights key values are strings of format uri (Section 3.3.6)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/rightsValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithRights" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/rightsValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithRights" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json b/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json new file mode 100644 index 00000000000000..7d4376ae0b0e24 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-bodyCanonical.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body rresource may include canonical key with a single value that is of format uri.", + "title": "Implements **body _canonical_ key** with a **single value** that is of **format uri** [model 3.3.7](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more bodies, one or more of which include canonical key with a single value of format uri. (Section 3.3.7)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonicalValidated.json b/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonicalValidated.json new file mode 100644 index 00000000000000..b783df471d026b --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonicalValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-bodyCanonicalValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has multiple canonical key values for a body or source, or a single canonical key value that is not of format uri.", + "title": "If present all body-level or body/source-level **_canonical_ keys** have a **single value** which is a string of **format uri** - [model 3.3.](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when no body-level or body/source-level (SR body) canonical key present or when all canonical keys have a single value which is a string of format uri (Section 3.3.7)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/canonicalValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCanonical" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/canonicalValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCanonical" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-bodyVia.json b/annotation-model/annotations/bodiesTargets/3.3.7-bodyVia.json new file mode 100644 index 00000000000000..921900903019b3 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-bodyVia.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-bodyVia.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a body resource may include via key with one or more values that are each of format uri.", + "title": "Implements **body _via_ key** which has one or more values, each of which is a **string of format uri** - [model 3.3.7](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when Annotation includes one or more bodies, one or more of which include via key with one or more values that are each of format uri. (Section 3.3.7)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "otherProperties.json#/definitions/viaPropertyFound" }, + { "not": + { "items": + { "not": + { "$ref": "otherProperties.json#/definitions/viaPropertyFound" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-bodyViaValidated.json b/annotation-model/annotations/bodiesTargets/3.3.7-bodyViaValidated.json new file mode 100644 index 00000000000000..1e9bef0a05657f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-bodyViaValidated.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-bodyViaValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A body or body/source has one or more via key values that are not of format uri.", + "title": "If present all body-level or body/source-level **_via_ key values** are strings of **format uri** - [model 3.3.7](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when no body-level or body/source-level (SR body) via key present or when all via key values are strings of format uri (Section 3.3.7)", + "type": "object", + "properties": + { + "body": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/viaValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithVia" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/viaValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithVia" } + ] + } + ] + } + } + ] + } + }} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-targCanonical.json b/annotation-model/annotations/bodiesTargets/3.3.7-targCanonical.json new file mode 100644 index 00000000000000..f7fb58e254fc51 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-targCanonical.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-targCanonical.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target rresource may include canonical key with a single value that is of format uri.", + "title": "Implements **target _canonical_ key** with a **single value** that is of **format uri** [model 3.3.7](https://www.w3.org/TR/annotation-model/#bodies-and-targets)", + "description": "True when Annotation includes one or more targets, one or more of which include canonical key with a single value of format uri. (Section 3.3.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" }, + { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-targCanonicalValidated.json b/annotation-model/annotations/bodiesTargets/3.3.7-targCanonicalValidated.json new file mode 100644 index 00000000000000..2ecc4782567252 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-targCanonicalValidated.json @@ -0,0 +1,44 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-targCanonicalValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has multiple canonical key values for a target or source, or a single canonical key value that is not of format uri.", + "title": "If present all target-level or target/source-level **_canonical_ keys** have a **single value** which is a string of **format uri** - [model 3.3.](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when no target-level or target/source-level (SR target) canonical key present or when all canonical keys have a single value which is a string of format uri (Section 3.3.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/canonicalValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCanonical" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/canonicalValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithCanonical" } + ] + } + ] + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-targVia.json b/annotation-model/annotations/bodiesTargets/3.3.7-targVia.json new file mode 100644 index 00000000000000..c6625e73718b3f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-targVia.json @@ -0,0 +1,27 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-targVia.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a target resource may include via key with one or more values that are each of format uri.", + "title": "Implements **target _via_ key** which has one or more values, each of which is a **string of format uri** - [model 3.3.7](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when Annotation includes one or more targets, one or more of which include via key with one or more values that are each of format uri. (Section 3.3.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "otherProperties.json#/definitions/viaPropertyFound" }, + { "not": + { "items": + { "not": + { "$ref": "otherProperties.json#/definitions/viaPropertyFound" } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/3.3.7-targViaValidated.json b/annotation-model/annotations/bodiesTargets/3.3.7-targViaValidated.json new file mode 100644 index 00000000000000..77e9b3c65a27f5 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/3.3.7-targViaValidated.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.3.7-targViaValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: A target or target/source has one or more via key values that are not of format uri.", + "title": "If present all target-level or target/source-level **_via_ key values** are strings of **format uri** - [model 3.3.7](https://www.w3.org/TR/annotation-model/#other-identities)", + "description": "True when no target-level or target/source-level (SR target) via key present or when all via key values are strings of format uri (Section 3.3.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/viaValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithVia" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/arraySingleStringUri" }, + { "allOf": + [ + { "$ref": "otherProperties.json#/definitions/viaValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/sourceWithVia" } + ] + } + ] + } + } + ] + } + }} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetFound.json b/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetFound.json new file mode 100644 index 00000000000000..3f6751b51cea57 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetFound.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodyChoiceSetFound.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Body may be a Choice or Set.", + "title": "If a **Choice or Set** is a body, it does NOT have a **_source_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Choice or Set bodies or when none of the Choice or Set bodies include the source key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } , + { "type": "Array", + "minItems": 1, + "not": + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } } } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetNoSource.json b/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetNoSource.json new file mode 100644 index 00000000000000..d1823952ff12a7 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-bodyChoiceSetNoSource.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodyChoiceSetNoSource.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set body cannot include a source key. source key is only valid with Specific Resources.", + "title": "If a **Choice or Set** is a body, it does NOT have a **_source_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Choice or Set bodies or when none of the Choice or Set bodies include the source key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithSource" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithSource" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-bodyEmbeddedTextualNoSource.json b/annotation-model/annotations/bodiesTargets/4-bodyEmbeddedTextualNoSource.json new file mode 100644 index 00000000000000..659d314823ee03 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-bodyEmbeddedTextualNoSource.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodyEmbeddedTextualNoSource.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Embedded Textual body cannot include a source key. source key is only valid with Specific Resources.", + "title": "If an **Embedded Textual Body** is a body, it does NOT have a **_source_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Embedded Textual bodies or when none of the Embedded Textual bodies include the source key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "bodyTarget.json#/definitions/embeddedTextualBodyWithSource" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/embeddedTextualBodyWithSource" } } }, + { "not": { "$ref": "bodyTarget.json#/definitions/itemETBWithSource" } }, + { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemETBWithSource" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-bodySpecificResource.json b/annotation-model/annotations/bodiesTargets/4-bodySpecificResource.json new file mode 100644 index 00000000000000..b2b591821d859f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-bodySpecificResource.json @@ -0,0 +1,34 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodySpecificResource.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Specific Resource may be used as an Annotation Body (not found).", + "title": "Implements **Specific Resource** with **_source_ and at least one of _purpose, selector, state, style, renderedVia, scope_ keys** as a body of the Annotation [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when Annotation includes one or more Specific Resources as Annotation body(ies). (Section 4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "anyOf": [ + { "$ref": "specificResource.json#/definitions/specificeResourceDetected" }, + { "$ref": "specificResource.json#/definitions/itemSpecificResourceDetected"}, + { "not": + { + "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/specificeResourceDetected" }, + { "$ref": "specificResource.json#/definitions/itemSpecificResourceDetected"} + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json b/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json new file mode 100644 index 00000000000000..bff1e8c642cdb6 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodySpecificResourceNoValue.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Specific Resource body cannot include a value key. value key is only valid with Embedded Textual Body.", + "title": "If a **Specific Resource** is a body, it does NOT have a **_value_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Specific Resource bodies or when none of the Specific Resource bodies include the value key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } } }, + { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-targChoiceSetFound.json b/annotation-model/annotations/bodiesTargets/4-targChoiceSetFound.json new file mode 100644 index 00000000000000..6b67481dcdd92a --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-targChoiceSetFound.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-targChoiceSetFound.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Target may be a Choice or Set.", + "title": "Implements a **Choice or Set** as target - [model 3.2.7](https://www.w3.org/TR/annotation-model/#choice-of-bodies-and-targets)", + "description": "True when Choice or Set is a target. (Section 3.2.7)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } , + { "type": "Array", + "minItems": 1, + "not": + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceOrSetDetected" } } } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-targChoiceSetNoSource.json b/annotation-model/annotations/bodiesTargets/4-targChoiceSetNoSource.json new file mode 100644 index 00000000000000..136e5895eab47d --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-targChoiceSetNoSource.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-targChoiceSetNoSource.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "A Choice or Set target cannot include a source key. source key is only valid with Specific Resources.", + "title": "If a **Choice or Set** is a target, it does not have a **_source_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Choice or Set targets or when none of the Choice or Set targets include the source key. (Section 4)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithSource" } }, + { "items": { "not": { "$ref": "choiceSet.json#/definitions/choiceSetWithSource" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-targSpecificResource.json b/annotation-model/annotations/bodiesTargets/4-targSpecificResource.json new file mode 100644 index 00000000000000..2e7a9f30bc4a1b --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-targSpecificResource.json @@ -0,0 +1,33 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-targSpecificResource.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Specific Resource may be used as an Annotation Target (not found).", + "title": "Implements **Specific Resource** with **_source_ and at least one of _purpose, selector, state, style, renderedVia, scope_ keys** as a target of the Annotation [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when Annotation includes one or more Specific Resources as Annotation target(ies). (Section 4)", + "type": "object", + "properties": + { + "target": + { + "anyOf": [ + { "$ref": "specificResource.json#/definitions/specificeResourceDetected" }, + { "$ref": "specificResource.json#/definitions/itemSpecificResourceDetected"}, + { "not": + { + "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/specificeResourceDetected" }, + { "$ref": "specificResource.json#/definitions/itemSpecificResourceDetected"} + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4-targSpecificResourceNoValue.json b/annotation-model/annotations/bodiesTargets/4-targSpecificResourceNoValue.json new file mode 100644 index 00000000000000..8c1ab2a86fe817 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4-targSpecificResourceNoValue.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-targSpecificResourceNoValue.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Specific Resource target cannot include a value key. value key is only valid with Specific Resources.", + "title": "If a **Specific Resource** is a target, it does NOT have a **_value_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Specific Resource targets or when none of the Specific Resource targets include the value key. (Section 4)", + "type": "object", + "properties": + { + "target": + { + "allOf": [ + { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } } }, + { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } } } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4.4-bodyStyleClass.json b/annotation-model/annotations/bodiesTargets/4.4-bodyStyleClass.json new file mode 100644 index 00000000000000..54b51a06357684 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4.4-bodyStyleClass.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.4-bodyStyleClass.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource body may include styleClass key with one or more values.", + "title": "Implements **Specific Resource body _styleClass_ key** which has one or more values - [model 4.4](https://www.w3.org/TR/annotation-model/#styles)", + "description": "True when Annotation includes one or more Specific Resource bodies, one or more of which include styleClass key with one or more values. (Section 4.4)", + "type": "object", + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + } + } + } + } + ] + } + }, + "required": ["body"] +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4.4-targStyleClass.json b/annotation-model/annotations/bodiesTargets/4.4-targStyleClass.json new file mode 100644 index 00000000000000..cde8fa4d3f69ab --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4.4-targStyleClass.json @@ -0,0 +1,35 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.4-targStyleClass.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource target may include styleClass key with one or more values.", + "title": "Implements **Specific Resource target _styleClass_ key** which has one or more values - [model 4.4](https://www.w3.org/TR/annotation-model/#styles)", + "description": "True when Annotation includes one or more Specific Resource targets, one or more of which include styleClass key with one or more values. (Section 4.4)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4.5-bodyRenderedVia.json b/annotation-model/annotations/bodiesTargets/4.5-bodyRenderedVia.json new file mode 100644 index 00000000000000..8db2447e05eff1 --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4.5-bodyRenderedVia.json @@ -0,0 +1,35 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.5-bodyRenderedVia.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource body may include renderedVia key with one or more values.", + "title": "Implements **Specific Resource body _renderedVia_ key** which has one or more values - [model 4.5](https://www.w3.org/TR/annotation-model/#rendering-software)", + "description": "True when Annotation includes one or more Specific Resource bodies, one or more of which include renderedVia key with one or more values. (Section 4.4)", + "type": "object", + "properties": + { + "body": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "specificResource.json#/definitions/itemRenderedViaPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "specificResource.json#/definitions/itemRenderedViaPropertyDetected" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/bodiesTargets/4.5-targRenderedVia.json b/annotation-model/annotations/bodiesTargets/4.5-targRenderedVia.json new file mode 100644 index 00000000000000..0b9a4554133c6f --- /dev/null +++ b/annotation-model/annotations/bodiesTargets/4.5-targRenderedVia.json @@ -0,0 +1,35 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.5-targRenderedVia.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource target may include renderedVia key with one or more values.", + "title": "Implements **Specific Resource target _renderedVia_ key** which has one or more values - [model 4.5](https://www.w3.org/TR/annotation-model/#rendering-software)", + "description": "True when Annotation includes one or more Specific Resource targets, one or more of which include renderedVia key with one or more values. (Section 4.4)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "specificResource.json#/definitions/itemRenderedViaPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "specificResource.json#/definitions/itemRenderedViaPropertyDetected" } + ] + } + } + } + } + ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2-TextDataPositionSelectorValid.json b/annotation-model/annotations/specificResource/4.2-TextDataPositionSelectorValid.json new file mode 100644 index 00000000000000..7b3f4c89db1b1d --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2-TextDataPositionSelectorValid.json @@ -0,0 +1,110 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2-textDataPositionSelectorValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a Text Position or Data Position selector that is NOT of format uri and NOT an object having a value key with a single sting value.", + "title": "If present all **Selectors of _type_ TextPositionSelector or DataPositionSelector** have both a **_start_ key** and an **_end_ key**, each with a **single non-negative integer value** [model 4.2](https://www.w3.org/TR/annotation-model/#selectors)", + "description": "True when no Fragment, Css or XPath selectors present or all such selectors values are of format uri or are objects having a both start and end keys, each with a single non-negative integer value. (Section 4.2)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "selectorSchema": + { + "type": "object", + "properties": + { + "selector": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/textPositionSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/dataPositionSelectorTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/textPositionSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/dataPositionSelectorTypeValidIfPresent" } + ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/selectorSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.2-fragmentCssXPathSelectorValid.json b/annotation-model/annotations/specificResource/4.2-fragmentCssXPathSelectorValid.json new file mode 100644 index 00000000000000..0bda0fe38c3d12 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2-fragmentCssXPathSelectorValid.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2-fragmentCssXPathSelectorValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a Fragment, Css or XPath selector that is NOT of format uri and NOT an object having a value key with a single sting value.", + "title": "If present all **Selectors of _type_ FragmentSelector, CssSelector, or XPathSelector** have a **_value_ key** with a **single value** - [model 4.2](https://www.w3.org/TR/annotation-model/#selectors)", + "description": "True when no Fragment, Css or XPath selectors present or all such selectors values are of format uri or are objects having a value key with a single value. (Section 4.2)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "selectorSchema": + { + "type": "object", + "properties": + { + "selector": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/fragmentSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/cssSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/xpathSelectorTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/fragmentSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/cssSelectorTypeValidIfPresent" }, + { "$ref": "specificResource.json#/definitions/xpathSelectorTypeValidIfPresent" } + ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/selectorSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.2-selectorFound.json b/annotation-model/annotations/specificResource/4.2-selectorFound.json new file mode 100644 index 00000000000000..bddf35543d0271 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2-selectorFound.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.-selectorFound.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include a Selector .", + "title": "Implements **Specific Resource Selector** - [model 4.2](https://www.w3.org/TR/annotation-model/#selectors)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a Selector. (Section 4.2)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/selectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/selectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2-selectorValidIfPresent.json b/annotation-model/annotations/specificResource/4.2-selectorValidIfPresent.json new file mode 100644 index 00000000000000..b2721a3c118056 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2-selectorValidIfPresent.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2-selectorValidIfPresent.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains one or more Specific Resources selectors having value(s) which is(are) not of format uri, nor an object having a type key with a single value which is one of 'FragmentSelector', 'CssSelector', 'XPathSelector', 'TextQuoteSelector', 'TextPositionSelector', 'DataPositionSelector', 'SvgSelector', 'RangeSelector'.", + "title": "If present **Specific Resource _selector_ key** has one or more values each of which is of **format uri** or an object having a **_type_ key** with a **single value** which is one of **'FragmentSelector', 'CssSelector', 'XPathSelector', 'TextQuoteSelector', 'TextPositionSelector', 'DataPositionSelector', 'SvgSelector', 'RangeSelector'** - [model 4.2](https://www.w3.org/TR/annotation-model/#selectors)", + "description": "True when no Specific Resources selector present or all Specific Resource selector values included in the Annotation (if any) are of format uri or or are objects having a type key with a single value which is one of 'FragmentSelector', 'CssSelector', 'XPathSelector', 'TextQuoteSelector', 'TextPositionSelector', 'DataPositionSelector', 'SvgSelector', 'RangeSelector'. (Section 4.2)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + {"oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { "type": "object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/selectorDefined" }, + { "$ref": "specificResource.json#/definitions/itemSelectorValidIfPresent" } + ] + }, + { "type": "array", + "minItems": 1, + "items": + {"oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { "type": "object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/selectorDefined" }, + { "$ref": "specificResource.json#/definitions/itemSelectorValidIfPresent" } + ] + } + ] + } + } + ] + } + } +} diff --git a/annotation-model/annotations/specificResource/4.2.1-conformsTo.json b/annotation-model/annotations/specificResource/4.2.1-conformsTo.json new file mode 100644 index 00000000000000..a440b9486532a3 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.1-conformsTo.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.1-conformsTo.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a FragmentSelector should include conformsTo key with a single value that is of format uri.", + "title": "Implements **Specific Resource _conformsTo_ key** with a **single value** which is of **format uri** on a **Specific Resource FragmentSelector** - [model 4.2.1](https://www.w3.org/TR/annotation-model/#fragment-selector)", + "description": "True when Annotation includes one or more FragmentSelectors, one or more of which include conformsTo key with a single value of format uri. (Section 4.2.1)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/conformsToPropertyFound" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/conformsToPropertyFound" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.1-fragmentSelector.json b/annotation-model/annotations/specificResource/4.2.1-fragmentSelector.json new file mode 100644 index 00000000000000..df9f9968bc1f9d --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.1-fragmentSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.1-fragmentSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include fragmentSelector .", + "title": "Implements **Specific Resource Fragment Selector** - [model 4.2.1](https://www.w3.org/TR/annotation-model/#fragment-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a fragmentSelector. (Section 4.2.1)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/fragmentSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/fragmentSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.2-cssSelector.json b/annotation-model/annotations/specificResource/4.2.2-cssSelector.json new file mode 100644 index 00000000000000..aa422920908268 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.2-cssSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.2-cssSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include cssSelector .", + "title": "Implements **Specific Resource CSS Selector** - [model 4.2.2](https://www.w3.org/TR/annotation-model/#css-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a cssSelector. (Section 4.2.2)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/cssSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/cssSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.3-xpathSelector.json b/annotation-model/annotations/specificResource/4.2.3-xpathSelector.json new file mode 100644 index 00000000000000..53b8bb76a3800d --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.3-xpathSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.3-xpathSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include xpathSelector .", + "title": "Implements **Specific Resource XPath Selector** - [model 4.2.3](https://www.w3.org/TR/annotation-model/#xpath-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a xpathSelector. (Section 4.2.3)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/xpathSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/xpathSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.4-prefix.json b/annotation-model/annotations/specificResource/4.2.4-prefix.json new file mode 100644 index 00000000000000..31961d778c35ea --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.4-prefix.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.4-prefix.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a TextQuoteSelector should include prefix key with a single value .", + "title": "Implements **Specific Resource _prefix_ key** with a **single string value** on a **Specific Resource TextQuoteSelector** - [model 4.2.4](https://www.w3.org/TR/annotation-model/#text-quote-selector)", + "description": "True when Annotation includes one or more TextQuoteSelectors, one or more of which include prefix key with a single value . (Section 4.2.4)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/prefixPropertyFound" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/prefixPropertyFound" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.4-suffix.json b/annotation-model/annotations/specificResource/4.2.4-suffix.json new file mode 100644 index 00000000000000..88a52b175c05b0 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.4-suffix.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.4-suffix.json", + "assertionType": "should", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a TextQuoteSelector should include suffix key with a single value .", + "title": "Implements **Specific Resource _suffix_ key** with a **single string value** on a **Specific Resource TextQuoteSelector** - [model 4.2.4](https://www.w3.org/TR/annotation-model/#text-quote-selector)", + "description": "True when Annotation includes one or more TextQuoteSelectors, one or more of which include suffix key with a single value . (Section 4.2.4)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/suffixPropertyFound" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/suffixPropertyFound" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.4-textQuoteSelector.json b/annotation-model/annotations/specificResource/4.2.4-textQuoteSelector.json new file mode 100644 index 00000000000000..65d2faeebb6f0d --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.4-textQuoteSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.4-textQuoteSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include textQuoteSelector .", + "title": "Implements **Specific Resource Text Quote Selector** - [model 4.2.4](https://www.w3.org/TR/annotation-model/#text-quote-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a textQuoteSelector. (Section 4.2.4)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/textQuoteSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/textQuoteSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.4-textQuoteSelectorValid.json b/annotation-model/annotations/specificResource/4.2.4-textQuoteSelectorValid.json new file mode 100644 index 00000000000000..c61c5cc8f473ec --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.4-textQuoteSelectorValid.json @@ -0,0 +1,107 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.4-textQuoteSelectorValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a Text Quote selector that is NOT of format uri and NOT an object having an exact key with a single sting value.", + "title": "If present all **Selectors of _type_ TextQuoteSelector** have an **_exact_ key** with a **single value** - [model 4.2.4](https://www.w3.org/TR/annotation-model/#text-quote-selector)", + "description": "True when no Text Quote selectors present or all such selectors values are of format uri or are objects having an exact key with a single value. (Section 4.2.4)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "selectorSchema": + { + "type": "object", + "properties": + { + "selector": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/textQuoteSelectorTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/textQuoteSelectorTypeValidIfPresent" } ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/selectorSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.2.5-textPositionSelector.json b/annotation-model/annotations/specificResource/4.2.5-textPositionSelector.json new file mode 100644 index 00000000000000..b709b9298c0a3a --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.5-textPositionSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.5-textPositionSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include textPositionSelector .", + "title": "Implements **Specific Resource Text Position Selector** - [model 4.2.5](https://www.w3.org/TR/annotation-model/#text-position-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a textPositionSelector. (Section 4.2.5)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/textPositionSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/textPositionSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json b/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json new file mode 100644 index 00000000000000..1735eb04582e4b --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.6-dataPositionSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include dataPositionSelector .", + "title": "Implements **Specific Resource Data Position Selector** - [model 4.2.6](https://www.w3.org/TR/annotation-model/#data-position-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a dataPositionSelector. (Section 4.2.6)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/dataPositionSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/dataPositionSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.7-svgSelector.json b/annotation-model/annotations/specificResource/4.2.7-svgSelector.json new file mode 100644 index 00000000000000..45b0e828beef98 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.7-svgSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.7-svgSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include svgSelector .", + "title": "Implements **Specific Resource SVG Selector** - [model 4.2.7](https://www.w3.org/TR/annotation-model/#svg-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a svgSelector. (Section 4.2.7)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/svgSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/svgSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.7-svgSelectorValid.json b/annotation-model/annotations/specificResource/4.2.7-svgSelectorValid.json new file mode 100644 index 00000000000000..807a9efd4b27d7 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.7-svgSelectorValid.json @@ -0,0 +1,107 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.7-svgSelectorValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a SVG selector that is NOT of format uri and NOT an object having either a value or an id key.", + "title": "If present all **Selectors of _type_ SvgSelector** have either a **_value_ key** or an **_id_ key** with a **single value** of format uri [model 4.2.7](https://www.w3.org/TR/annotation-model/#svg-selector)", + "description": "True when no SVG selectors present or all such selectors values are of format uri or are objects having either a value or an id key. (Section 4.2.7)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "selectorSchema": + { + "type": "object", + "properties": + { + "selector": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/svgSelectorTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/svgSelectorTypeValidIfPresent" } ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/selectorSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.2.8-rangeSelector.json b/annotation-model/annotations/specificResource/4.2.8-rangeSelector.json new file mode 100644 index 00000000000000..a55bf842e840e5 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.8-rangeSelector.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.8-rangeSelector.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include rangeSelector .", + "title": "Implements **Specific Resource Range Selector** - [model 4.2.8](https://www.w3.org/TR/annotation-model/#range-selector)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a rangeSelector. (Section 4.2.8)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/rangeSelectorDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/rangeSelectorDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.2.8-rangeSelectorValid.json b/annotation-model/annotations/specificResource/4.2.8-rangeSelectorValid.json new file mode 100644 index 00000000000000..97a17af1469375 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.2.8-rangeSelectorValid.json @@ -0,0 +1,107 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.2.8-rangeSelectorValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a Range selector that is NOT of format uri and NOT an object having both startSelector and endSelector keys.", + "title": "If present all **Selectors of _type_ RangeSelector** have both a **_startSelector_ key** and an **_endSelector_ key**, each with a **single value** which is a **Selector** - [model 4.2.8](https://www.w3.org/TR/annotation-model/#range-selector)", + "description": "True when no Range selectors present or all such selectors values are of format uri or are objects having both startSelector and endSelector keys. (Section 4.2.8)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "selectorSchema": + { + "type": "object", + "properties": + { + "selector": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/rangeSelectorTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/rangeSelectorTypeValidIfPresent" } ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/selectorSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.3-stateFound.json b/annotation-model/annotations/specificResource/4.3-stateFound.json new file mode 100644 index 00000000000000..568e0fd2fea024 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3-stateFound.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3-stateFound.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include a State .", + "title": "Implements **Specific Resource State** - [model 4.3](https://www.w3.org/TR/annotation-model/#states)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a State. (Section 4.3)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/selectorSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "selectorSchema": + { "type": "object", + "properties": + { "selector": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/stateDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/stateDetected" } } + } + } + ] + } + }, + "required": [ "selector" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/selectorSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.3-stateValidIfPresent.json b/annotation-model/annotations/specificResource/4.3-stateValidIfPresent.json new file mode 100644 index 00000000000000..0435526c8d3410 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3-stateValidIfPresent.json @@ -0,0 +1,43 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3-stateValidIfPresent.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains one or more Specific Resources states having value(s) which is(are) not of format uri, nor an object having a type key with a single value which is one of 'TimeState' or 'HttpRequestState'.", + "title": "If present **Specific Resource _state_ key** has one or more values each of which is of **format uri** or an object having a **_type_ key** with a **single value** which is one of **'TimeState' or 'HttpRequestState'** - [model 4.3](https://www.w3.org/TR/annotation-model/#states)", + "description": "True when no Specific Resources state present or all Specific Resource state values included in the Annotation (if any) are of format uri or or are objects having a type key with a single value which is one of 'TimeState' or 'HttpRequestState'. (Section 4.3)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + {"oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { "type": "object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/stateDefined" }, + { "$ref": "specificResource.json#/definitions/itemStateValidIfPresent" } + ] + }, + { "type": "array", + "minItems": 1, + "items": + {"oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { "type": "object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/stateDefined" }, + { "$ref": "specificResource.json#/definitions/itemStateValidIfPresent" } + ] + } + ] + } + } + ] + } + } +} diff --git a/annotation-model/annotations/specificResource/4.3.1-cached.json b/annotation-model/annotations/specificResource/4.3.1-cached.json new file mode 100644 index 00000000000000..40f02af9bcb330 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.1-cached.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.1-cached.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a TimeState may include cached key with a single value that is of format uri.", + "title": "Implements **Specific Resource _cached_ key** with one or more values each of **format uri** on a **Specific Resource TimeState** - [model 4.3.1](https://www.w3.org/TR/annotation-model/#time-state)", + "description": "True when Annotation includes one or more TimeStates, one or more of which include cached key with a single value of format uri. (Section 4.3.1)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "stateSchema": + { "type": "object", + "properties": + { "state": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/cachedPropertyFound" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/cachedPropertyFound" } } + } + } + ] + } + }, + "required": [ "state" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/stateSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.3.1-timeState.json b/annotation-model/annotations/specificResource/4.3.1-timeState.json new file mode 100644 index 00000000000000..49b2034549dcd6 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.1-timeState.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.1-timeStateState.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include timeState State .", + "title": "Implements **Specific Resource Time State** - [model 4.3.1](https://www.w3.org/TR/annotation-model/#time-state)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a timeState State. (Section 4.3.1)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "stateSchema": + { "type": "object", + "properties": + { "state": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/timeStateDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/timeStateDetected" } } + } + } + ] + } + }, + "required": [ "state" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/stateSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.3.1-timeStateValid.json b/annotation-model/annotations/specificResource/4.3.1-timeStateValid.json new file mode 100644 index 00000000000000..ca973d30da9152 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.1-timeStateValid.json @@ -0,0 +1,107 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.1-timeStateValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a Time State that is NOT of format uri and NOT an object having sourceDate key or (alternatively, non concurrently) both sourceDateStart and sourceDateEnd keys.", + "title": "If present all **States of _type_ TimeState** each have either (but not both) a **_souceDate_ key** or paired **_sourceDateStart_ and _sourceDateEnd_ keys,** each of which is a **single value** of **format date-time**- [model 4.3.1](https://www.w3.org/TR/annotation-model/#time-state)", + "description": "True when no Time States present or all such states values are of format uri or are objects having sourceDate key or (alternatively, non concurrently) both sourceDateStart and sourceDateEnd keys. (Section 4.3.1)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "stateSchema": + { + "type": "object", + "properties": + { + "state": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/timeStateTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/timeStateTypeValidIfPresent" } ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/stateSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.3.2-httpRequestStateValid.json b/annotation-model/annotations/specificResource/4.3.2-httpRequestStateValid.json new file mode 100644 index 00000000000000..b4ba2242ee7017 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.2-httpRequestStateValid.json @@ -0,0 +1,107 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.2-httpRequestStateValid.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains a HTTP Request Header State that is NOT of format uri and NOT an object having a value key.", + "title": "If present all **States of _type_ HttpRequestState** have a **_value_ key** - [model 4.3.2](https://www.w3.org/TR/annotation-model/#request-header-state)", + "description": "True when no HTTP Request Header States present or all such states values are of format uri or are objects having value key. (Section 4.3.2)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemsSchema" } + ] + } + ] + } + } + ] + } + }, + "definitions": + { + "stateSchema": + { + "type": "object", + "properties": + { + "state": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/requestHeaderStateTypeValidIfPresent" } + ] + }, + { + "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + { + "type":"object", + "allOf": + [ + { "$ref": "specificResource.json#/definitions/requestHeaderStateTypeValidIfPresent" } ] + } + ] + } + } + ] + } + } + }, + + "itemsSchema": + { + "type": "object", + "properties": + { + "items": + { + "type": "array", + "minItems": 1, + "items": { + "oneOf": + [ + {"$ref": "id.json#/definitions/stringUri" }, + {"$ref": "#/definitions/stateSchema" } + ] + } + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.3.2-requestHeaderState.json b/annotation-model/annotations/specificResource/4.3.2-requestHeaderState.json new file mode 100644 index 00000000000000..66a6a5f9791166 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.2-requestHeaderState.json @@ -0,0 +1,112 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.2-requestHeaderStateState.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include requestHeaderState State .", + "title": "Implements **Specific Resource Request Header State** - [model 4.3.2](https://www.w3.org/TR/annotation-model/#request-header-state)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a requestHeaderState State. (Section 4.3.2)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "#/definitions/stateSchema" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "stateSchema": + { "type": "object", + "properties": + { "state": + { "oneOf": + [ + { "type": "object", + "$ref": "specificResource.json#/definitions/requestHeaderStateDetected" + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/requestHeaderStateDetected" } } + } + } + ] + } + }, + "required": [ "state" ] + }, + + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "#/definitions/stateSchema" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.3.3-refinedBy.json b/annotation-model/annotations/specificResource/4.3.3-refinedBy.json new file mode 100644 index 00000000000000..a9582597aa038a --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.3-refinedBy.json @@ -0,0 +1,90 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3.3-refinedBy.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource selector or state may include refinedBy key with one or more values.", + "title": "Implements **Specific Resource _refinedBy_ key** [model 4.2.9](https://www.w3.org/TR/annotation-model/#refinement-of-selection), [model 4.3.3](https://www.w3.org/TR/annotation-model/#refinement-of-state)", + "description": "True when Annotation includes one or more Specific Resource selectors or states, one or more of which include refinedBy key with value(s). (Section 4.3.3)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/refinedByDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/refinedByDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/refinedByDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/refinedByDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/refinedByDetected" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.3.3-refinedByValidated.json b/annotation-model/annotations/specificResource/4.3.3-refinedByValidated.json new file mode 100644 index 00000000000000..5476e4a5d22c30 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.3.3-refinedByValidated.json @@ -0,0 +1,45 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.3-stateValidated.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains one or more Specific Resources states having value(s) which is(are) not of format uri, nor an object having a type key with a single value which is one of 'TimeState' or 'HttpRequestState'.", + "title": "If present **Specific Resource _state_ key** has one or more values each of which is of **format uri** or an object having a **_type_ key** with a **single value** which is one of **'TimeState' or 'HttpRequestState'** - [model 4.3](https://www.w3.org/TR/annotation-model/#states)", + "description": "True when no Specific Resources state present or all Specific Resource state values included in the Annotation (if any) are of format uri or or are objects having a type key with a single value which is one of 'TimeState' or 'HttpRequestState'. (Section 4.3)", + "type": "object", + "patternProperties": + { + "^(body|target)$": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "specificResource.json#/definitions/checkForRefinedBy" }, + { "$ref": "specificResource.json#/definitions/itemRefinedByValidIfPresent" } + ] + }, + { "type": "array", + "minItems": 1, + "items": + { + "oneOf": + [ + { "$ref": "id.json#/definitions/stringUri" }, + { + "allOf": + [ + { "$ref": "specificResource.json#/definitions/checkForRefinedBy" }, + { "$ref": "specificResource.json#/definitions/itemRefinedByValidIfPresent" } + ] + } + ] + } + } + ] + } + } +} diff --git a/annotation-model/annotations/specificResource/4.4-styleClass.json b/annotation-model/annotations/specificResource/4.4-styleClass.json new file mode 100644 index 00000000000000..079d002aabc22d --- /dev/null +++ b/annotation-model/annotations/specificResource/4.4-styleClass.json @@ -0,0 +1,90 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.4-styleClass.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include styleClass key with one or more values.", + "title": "Implements **Specific Resource _styleClass_ key** with one or more values on a **Specific Resource** - [model 4.4](https://www.w3.org/TR/annotation-model/#styles)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which include styleClass key with value(s). (Section 4.4)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/styleClassDetected" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.4-styleClassValidIfPresent.json b/annotation-model/annotations/specificResource/4.4-styleClassValidIfPresent.json new file mode 100644 index 00000000000000..5af382bd0573eb --- /dev/null +++ b/annotation-model/annotations/specificResource/4.4-styleClassValidIfPresent.json @@ -0,0 +1,87 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.4-styleClassValidIfPresent.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "ERROR: Annotation contains one or more Specific Resources with styleClass key, but does not contain an Annotation-level stylesheet key.", + "title": "If any **Specific Resource _styleClass_ keys** are present, a **_stylesheet_ key** (a key of Annotation) with a **single value** is also present [model 4.4](https://www.w3.org/TR/annotation-model/#styles)", + "description": "True when no Specific Resources styleClass present or all Specific Resource styleClass values are strings / array of strings and Annotation has a stylesheet key. (Section 4.4)", + "type": "object", + "anyOf": + [ + { "required": ["stylesheet"] }, + { "not": + { + "anyOf": + [ + { "$ref": "#/definitions/bodyHasStyleClass" }, + { "$ref": "#/definitions/targHasStyleClass" } + ] + } + } + ], + "definitions": + { + "bodyHasStyleClass": + { + "properties": + { + "body": + { + "oneOf": + [ + { "anyOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + } + } + } + } + ] + } + }, + "required": ["body"] + }, + + "targHasStyleClass": + { + "properties": + { + "target": + { + "oneOf": + [ + { "anyOf": + [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + }, + { "not": + { "items": + { "not": + { "anyOf": [ + { "$ref": "specificResource.json#/definitions/styleClassDetected" }, + { "$ref": "specificResource.json#/definitions/itemStyleClassPropertyDetected" } + ] + } + } + } + } + ] + } + } + } + } +} diff --git a/annotation-model/annotations/specificResource/4.5-renderedVia.json b/annotation-model/annotations/specificResource/4.5-renderedVia.json new file mode 100644 index 00000000000000..008c7312045d46 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.5-renderedVia.json @@ -0,0 +1,90 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.5-renderedVia.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include renderedVia key with one or more values.", + "title": "Implements **Specific Resource _renderedVia_ key** with one or more values on a **Specific Resource** - [model 4.5](https://www.w3.org/TR/annotation-model/#rendering-software)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which include renderedVia key with value(s). (Section 4.5)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/renderedViaDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/renderedViaDetected" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file diff --git a/annotation-model/annotations/specificResource/4.6-scope.json b/annotation-model/annotations/specificResource/4.6-scope.json new file mode 100644 index 00000000000000..fcc237bd3c7f49 --- /dev/null +++ b/annotation-model/annotations/specificResource/4.6-scope.json @@ -0,0 +1,90 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4.6-scope.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "The description of a Specific Resource may include scope key with one or more values that is of format uri.", + "title": "Implements **Specific Resource _scope_ key** - [model 4.6](https://www.w3.org/TR/annotation-model/#scope-of-a-resource)", + "description": "True when Annotation includes one or more Specific Resources, one or more of which include scope key with value(s) of format uri. (Section 4.6)", + "type": "object", + "anyOf": + [ + { "properties": + { "body": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/scopeDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/scopeDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + }, + "required": [ "body" ] + }, + { "properties": + { "target": + { "oneOf": + [ + { "type": "object", + "oneOf": + [ + { "$ref": "specificResource.json#/definitions/scopeDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + }, + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": + { "oneOf": + [ + { "$ref": "specificResource.json#/definitions/scopeDetected" }, + { "$ref": "#/definitions/itemSchema" } + ] + } + } + } + } + ] + } + } + } + ], + "definitions": + { + "itemSchema": + { "type": "object", + "properties": + { "items": + { "type": "array", + "minItems": 1, + "not": + { "items": + { "not": { "$ref": "specificResource.json#/definitions/scopeDetected" } } + } + } + }, + "required": [ "items" ] + } + } +} \ No newline at end of file