Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollographql/apollo-json-schemas
JSON Schemas for Apollo products
https://github.com/apollographql/apollo-json-schemas
apollo jsonschema
Last synced: 17 days ago
JSON representation
JSON Schemas for Apollo products
- Host: GitHub
- URL: https://github.com/apollographql/apollo-json-schemas
- Owner: apollographql
- License: other
- Created: 2022-08-01T18:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:25:02.000Z (10 months ago)
- Last Synced: 2024-12-18T09:46:18.158Z (18 days ago)
- Topics: apollo, jsonschema
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Apollo Schemas
Repository of Apollo [JSON Schemas](https://json-schema.org/) for use with https://www.schemastore.org/.
## Development
Use the following directory layout:
```
/
├─ meta-schema.json // static
├─ /
│ ├─ meta-schema.json // generated
│ ├─ schemas/
│ │ ├─ .json
```Where:
* `` - is the name of the product.
* `.json` - is a schema for a version of the product.Adding new schemas in the appropriate location will cause the `meta-schema.json` for that project to be updated.