Skip to content

Commit 1bfc289

Browse files
committed
Remove Standards section
As it is now on the website Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 92489f8 commit 1bfc289

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

README.markdown

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ designing great APIs.*
3333
3434
## :bookmark_tabs: Table of Contents
3535

36-
- [:blue_book: Standards](#blue_book-standards)
3736
- [:rocket: Getting Started](#rocket-getting-started)
3837
- [From Sourcemeta Schemas](#from-sourcemeta-schemas)
3938
- [From GitHub Releases](#from-github-releases)
@@ -44,46 +43,6 @@ designing great APIs.*
4443
- [:handshake: Contributing](#handshake-contributing)
4544
- [:email: Contact](#email-contact)
4645

47-
## :blue_book: Standards
48-
49-
This library provides schemas that encode aspects of the following standards.
50-
Note that these standards often contain concepts and specifications that cannot
51-
be represented as schemas. We extract and formalize the portions that can be
52-
expressed as JSON Schema definitions.
53-
54-
| Organisation | Standard | Title |
55-
|--------------|----------|-------|
56-
| IEEE | [IEEE Std 754-2019](https://ieeexplore.ieee.org/document/8766229) | IEEE Standard for Floating-Point Arithmetic |
57-
| IEEE | [IEEE Std 1003.1-2017](https://pubs.opengroup.org/onlinepubs/9699919799/) | IEEE Standard for Information Technology—Portable Operating System Interface (POSIX) Base Specifications, Issue 7 |
58-
| IETF | [RFC 3066](https://www.rfc-editor.org/rfc/rfc3066) | Tags for the Identification of Languages |
59-
| IETF | [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986) | Uniform Resource Identifier (URI): Generic Syntax |
60-
| IETF | [RFC 4648](https://www.rfc-editor.org/rfc/rfc4648) | The Base16, Base32, and Base64 Data Encodings |
61-
| IETF | [RFC 4918](https://www.rfc-editor.org/rfc/rfc4918) | HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) |
62-
| IETF | [RFC 5322](https://www.rfc-editor.org/rfc/rfc5322) | Internet Message Format |
63-
| IETF | [RFC 5646](https://www.rfc-editor.org/rfc/rfc5646) | Tags for Identifying Languages (BCP 47) |
64-
| IETF | [RFC 5789](https://www.rfc-editor.org/rfc/rfc5789) | PATCH Method for HTTP |
65-
| IETF | [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901) | JavaScript Object Notation (JSON) Pointer |
66-
| IETF | [RFC 7807](https://www.rfc-editor.org/rfc/rfc7807) | Problem Details for HTTP APIs |
67-
| IETF | [RFC 8141](https://www.rfc-editor.org/rfc/rfc8141) | Uniform Resource Names (URNs) |
68-
| IETF | [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110) | HTTP Semantics |
69-
| ISO | [ISO 3166-1:2020](https://www.iso.org/iso-3166-country-codes.html) | Codes for the representation of names of countries and their subdivisions — Part 1: Country codes |
70-
| ISO | [ISO 4217:2015](https://www.iso.org/iso-4217-currency-codes.html) | Codes for the representation of currencies and funds |
71-
| ISO | [ISO 639:2023](https://www.iso.org/iso-639-language-code) | Codes for the representation of names of languages |
72-
| ISO | [ISO 8601-1:2019](https://www.iso.org/standard/70907.html) | Date and time — Representations for information interchange — Part 1: Basic rules |
73-
| ISO | [ISO 8601-2:2019](https://www.iso.org/standard/70908.html) | Date and time — Representations for information interchange — Part 2: Extensions |
74-
| ISO | [ISO 80000-1:2022](https://www.iso.org/standard/76921.html) | Quantities and units — Part 1: General |
75-
| ISO/IEC | [ISO/IEC 2382:2015](https://www.iso.org/standard/63598.html) | Information technology — Vocabulary |
76-
| ISO/IEC | [ISO/IEC 9899:2024](https://www.iso.org/standard/82075.html) | Programming languages — C |
77-
| JSON-RPC | [JSON-RPC 2.0](https://www.jsonrpc.org/specification) | JSON-RPC 2.0 Specification |
78-
| JSON Schema | [Draft 2020-12](https://json-schema.org/draft/2020-12/json-schema-core) | JSON Schema: A Media Type for Describing JSON Documents |
79-
| W3C | [XML Schema Part 2](https://www.w3.org/TR/xmlschema-2/) | XML Schema Datatypes Second Edition |
80-
| XBRL International | [XBRL 2.1](https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html) | Extensible Business Reporting Language (XBRL) 2.1 |
81-
| XBRL International | [XBRL DTR](https://www.xbrl.org/dtr/dtr.html) | XBRL Data Types Registry |
82-
| XBRL International | [XBRL UTR](https://www.xbrl.org/specification/utr/rec-2013-11-18/utr-rec-2013-11-18-clean.html) | XBRL Units Type Registry |
83-
84-
To request coverage of another standard, please [open an issue on
85-
GitHub](https://github.com/sourcemeta/std/issues).
86-
8746
## :rocket: Getting Started
8847

8948
While you can always copy-paste schemas directly, here are more convenient and

0 commit comments

Comments
 (0)