summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/collections/5.1-collectionTypeValidated.json
blob: 3c858ab92d3ba2b63647594c3820627708818a64 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "5.1-collectionTypeValidated.json",
  "assertionType": "must",
  "expectedResult": "valid",
  "onUnexpectedResult" : "failAndContinue",
  "errorMessage": "ERROR: Annotation Collection is missing type key or 'AnnotationCollection' is not a value of type.",
  "title": "Implements **Annotation Collection _type_ key** such that '**AnnotationCollection**' is **a value of _type_** - [model 5.1](https://www.w3.org/TR/annotation-model/#annotation-collection)",
  "$ref": "collections.json#/definitions/annotationCollectionTypeValueFound"
}