atomic-data-docs icon indicating copy to clipboard operation
atomic-data-docs copied to clipboard

Atomic Data is a specification to make it easier to exchange data.

Results 100 atomic-data-docs issues
Sort by recently updated
recently updated
newest added

Since the [JSON-AD serialization format](https://docs.atomicdata.dev/core/json-ad.html) should have a mimetype for HTTP requests, it should officially be registered at IANA. That's why I've started an application procedure there to register it....

It is quite common for individuals to work on long strings, for example when working on documents. In its current form, commits use the `set` property which overwrites individual properties....

docs.atomicdata.dev is a static page built from this repo. That has a bunch of advantages: - Matches my workflow (code editor, markdown, git) - Static pages are fast - It...

documentation

I'm pretty happy with mdbook, but maybe there are better ways to turn the docs into a site. Ideally: - Site looks nice and modern (mdboo looks a little basic)...

documentation

Existing RDF ontologies have some problems that Atomic Data solves: - **No schema validation**: They lack consistent machine readable descriptions to validate data structures. Some have SHACL or SHEX, but...

As a protocol, Atomic Data is mostly designed with the assumption that HTTP URLs do not change, and will continue to be hosted for as long as needed. In practice,...

Commits can be created very often (e.g. in documents), and that's great for things like live synchronization. However, it also has some downsides: - It can take up a lot...

The WebAuthn specification is a secure and user-friendly system for authentication. It uses public keys, signatures and hardware crypto linked to origins to prevent phishing attacks and skip dealing with...

authentication

Providing a standard for language strings (like RDF does) has some great benefits. For example, it allows for smart clients to show the right translation. But how should it be...