mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
14 lines
612 B
JSON
14 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" }
|
|
]
|
|
}
|