summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/annotations/3.1-annotationTypeValidated.json
blob: a2a6c84b4a1e54bc65bd1c98a825cfd59f7e336a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "3.1-annotationTypeValidated.json",
  "assertionType": "must",
  "expectedResult": "valid",
  "onUnexpectedResult" : "failAndContinue",
  "errorMessage": "ERROR: Annotation is missing type key or 'Annotation' is not a value of type.",
  "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"}
  ]
}