You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To validate the basic format of the statementPointerTarget property in the Annotations object, we should add the string format: "json-pointer".
Additional context and details
The property is currently defined in the Statement.json file as:
"statementPointerTarget": {
"title": "Statement Fragment Pointer",
"description": "An RFC6901 JSON Pointer (https://tools.ietf.org/html/rfc6901) describing the target fragment of the statement that this Annotation applies to, starting from the root of the Statement. An empty string (\"\") indicates that the Annotation applies to the whole Statement.",
"type": "string"
}
The text was updated successfully, but these errors were encountered:
Summary
To validate the basic format of the
statementPointerTarget
property in the Annotations object, we should add the string format: "json-pointer".Additional context and details
The property is currently defined in the Statement.json file as:
The text was updated successfully, but these errors were encountered: