format-annotation.json 420 B

1234567891011121314
  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema",
  3. "$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
  4. "$vocabulary": {
  5. "https://json-schema.org/draft/2020-12/vocab/format-annotation": true
  6. },
  7. "$dynamicAnchor": "meta",
  8. "title": "Format vocabulary meta-schema for annotation results",
  9. "type": ["object", "boolean"],
  10. "properties": {
  11. "format": {"type": "string"}
  12. }
  13. }