summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/annotations/3.3.1-annotationSingleCreatorImplemented.json
blob: b0bd901d9fd5922b584456da6ad0c406ad806350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "3.3.1-annotationSingleCreatorImplemented.json",
  "assertionType": "should",
  "expectedResult": "valid",
  "onUnexpectedResult" : "passAndContinue",
  "errorMessage": "Annotation SHOULD have a creator key with a single value.",
  "title": "Implements Annotation-level **_creator_ key** with a **single value** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)",
  "description": " (Section 3.3.1)",
  "type": "object",
  "allOf": [
  { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" }
  ]
}