Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.