JSPM

commonform-annotations

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q30161F
  • License Apache-2.0

schema for Common Form annotations

Package Exports

  • commonform-annotations

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commonform-annotations) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

For this Common Form ...

{ "content": [
    { "reference":"Indemnity" } ] }

... an annotation might be ...

{ "message": "The heading \"Indemnity\" is referenced, but not used.",
  "level": "info",
  "path": [ "content", 0 ],
  "source": "commonform-lint",
  "url": null }

Levels

"info" denotes annotations that provide additional information or suggestions, such as to flag an archaism in form text.

"warn" denotes annotations that indicate possible oversights, such as notice that a fill-in-the-blank has not been filled in.

"error" denotes structural or other significant faults in a form, such as uses of terms that aren't defined.