Skip to content

Have a way to easily validate JSON-AD  #110

@joepio

Description

@joepio

I'd like users to be able to validate JSON-AD in their browsers. It should not be too hard to build this, but it would be useful to have this and link to it from the Atomic Data Docs.

Approaches:

Part of atomic-data-rust (Rust, CLI + Server)

  • Makes is available in the atomic_lib crate, inatomic-server as an Endpoint (which means we also have a GUI)
  • easy to make validation function available in atomic-cli, too, which can be used in CI.
  • Fastest, because the server can use cached resources (or should we not use these?)
  • Allows API calls for validating data

Part of @tomic/lib (Typescript, data-browser)

  • Means the validation is performed in-browser.
  • I won't make a CLI tool (too much effort to maintain 2 CLIs).
  • Will result in a prettier, more specific, potentially more powerful GUI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions