https://github.com/apollographql/apollo-json-schemas
JSON Schemas for Apollo products
https://github.com/apollographql/apollo-json-schemas
apollo jsonschema
Last synced: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T11:42:57.000Z (4 months ago)
- Last Synced: 2025-03-06T12:31:29.604Z (4 months ago)
- Topics: apollo, jsonschema
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 14
- 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.