Skip to content

Commit f0e4e37

Browse files
committed
Add comments to hyper-schema schemas and vocabularies and migrate them to an archive folder.
1 parent 92dcee6 commit f0e4e37

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Welcome to JSON Schema
2-
[![Financial Contributors on Open Collective](https://opencollective.com/json-schema/all/badge.svg?label=financial+contributors)](https://opencollective.com/json-schema)
2+
[![Financial Contributors on Open Collective](https://opencollective.com/json-schema/all/badge.svg?label=financial+contributors)](https://opencollective.com/json-schema)
33

44
JSON Schema is a vocabulary that allows you to validate, annotate, and manipulate JSON documents.
55

@@ -17,7 +17,7 @@ For the current status of issues and pull requests, please see the following lab
1717
[![Available](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Status:%20Available.svg?color=brightgreen)](https://github.com/json-schema-org/json-schema-spec/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22) [![In Progress](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Status:%20In%20Progress.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Status:%20In%20Progress) [![Review Needed](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Status:%20Review%20Needed.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Status%3A%20Review%20Needed)
1818

1919
[![Critical](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20Critical.svg?color=critical
20-
)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Critical) [![High](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20High.svg?color=important)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20High) [![Medium](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20Medium.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Medium) [![Low](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20Low.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Low)
20+
)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Critical) [![High](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20High.svg?color=important)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20High) [![Medium](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20Medium.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Medium) [![Low](https://img.shields.io/github/issues/json-schema-org/json-schema-spec/Priority:%20Low.svg)](https://github.com/json-schema-org/json-schema-spec/labels/Priority%3A%20Low)
2121

2222

2323
Labels are assigned based on [Sensible Github Labels](https://github.com/Relequestual/sensible-github-labels).
@@ -28,7 +28,6 @@ Labels are assigned based on [Sensible Github Labels](https://github.com/Releque
2828
* _Internet-Draft sources_
2929
* jsonschema-core.xml - source for JSON Schema's "core" I-D
3030
* jsonschema-validation.xml - source for the validation vocabulary I-D
31-
* jsonschema-hyperschema.xml - source for the hyper-schema vocabulary I-D
3231
* relative-json-pointer.xml - source for the Relative JSON Pointer I-D
3332
* _meta-schemas and recommended output formats_
3433
* schema.json - JSON Schema "core" and Validation meta-schema

archive/hyper-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "This file represents a work in progress and may not be a complete or valid 2019-09 / 2020-12 schema or vocabulary",
23
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
34
"$id": "https://json-schema.org/draft/2019-09/hyper-schema",
45
"$vocabulary": {

archive/links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "This file represents a work in progress and may not be a complete or valid 2019-09 / 2020-12 schema or vocabulary",
23
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
34
"$id": "https://json-schema.org/draft/2019-09/links",
45
"title": "Link Description Object",

meta/archive/hyper-schema.json renamed to archive/meta/hyper-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "This file represents a work in progress and may not be a complete or valid 2019-09 / 2020-12 schema or vocabulary",
23
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
34
"$id": "https://json-schema.org/draft/2019-09/meta/hyper-schema",
45
"$vocabulary": {

0 commit comments

Comments
 (0)