mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 11:38:47 +00:00
15 lines
612 B
JSON
15 lines
612 B
JSON
{
|
|
"$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" }
|
|
]
|
|
}
|