Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add string format:"json-pointer" to statementPointerTarget property #707

Open
kd-ods opened this issue Jun 11, 2024 · 0 comments
Open

Add string format:"json-pointer" to statementPointerTarget property #707

kd-ods opened this issue Jun 11, 2024 · 0 comments
Labels
jsonschema Related to the JSON Schema validation schema properties

Comments

@kd-ods
Copy link
Collaborator

kd-ods commented Jun 11, 2024

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:

        "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"
        }
@kd-ods kd-ods added schema properties jsonschema Related to the JSON Schema validation labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jsonschema Related to the JSON Schema validation schema properties
Projects
None yet
Development

No branches or pull requests

1 participant