Skip to content

cursors: add JSON Schema for SVG cursor metadata

Simon Ser requested to merge emersion/breeze:svg-cursor-json-schema into master

JSON Schema allows the structure to be unambiguously defined and validated by tooling.

Two branches of the schema are established, one for static cursors and one for animated cursors.

A few online tools can be used to play with the schema and validate JSON files: https://json-schema.org/implementations#validators-web-(online)

Merge request reports