standards.md
July 15, 2021 · View on GitHub
Bookmarks tagged [standards]
www.codever.land/bookmarks/t/standards
JSON API
Standard for building APIs in JSON.
RAML
Simple and succinct way to describe RESTful API.
JSend
http://labs.omniti.com/labs/jsend
Simple specification that lays down some rules for how JSON responses from web servers should be formatted.
OData
Open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs. Quite complex.
JSON-LD
Standard for describing Linked Data and hypermedia relations in JSON (W3C).
Hydra
Vocabulary for Hypermedia-Driven Web APIs (W3C).
Schema.org
Collection of schemas describing common data models.
OpenAPI
Formerly known as the Swagger Specification, OpenAPI specifcation is the world’s most popular description format for defining Restful APIs.
UNIX - The POSIX Standard - IEEE Std 1003.1
https://github.com/geoff-codes/posix-standard
- tags: standards, free-programming-books
Linux Standard Base
http://refspecs.linuxfoundation.org/lsb.shtml
- tags: standards, free-programming-books