Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/json-schema-org/upgrade-downgrade-rules
A set of transformation rules to convert between JSON Schema specification versions
https://github.com/json-schema-org/upgrade-downgrade-rules
json json-schema jsonschema versioning
Last synced: 3 months ago
JSON representation
A set of transformation rules to convert between JSON Schema specification versions
- Host: GitHub
- URL: https://github.com/json-schema-org/upgrade-downgrade-rules
- Owner: json-schema-org
- License: other
- Created: 2024-05-03T05:30:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:08:09.000Z (7 months ago)
- Last Synced: 2024-05-22T23:29:03.057Z (7 months ago)
- Topics: json, json-schema, jsonschema, versioning
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Schema Repository Template
You've stumbled upon our template repository. The sole purpose of this repository is to make creating new repositories easier.
# Using the template
1. Follow the [Github instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) to create your repo.
2. Update _README.md_ to be project-specific rather than this file.
3. Update _CONTRIBUTING.md_ with any additional or project-specific guidelines.
4. Update your new repo settings, if desired. This repo sets:
- Require PRs for changes to `main`
- Require an approval for all PRs