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

https://github.com/g43riko/schemas

Collection of json schemas
https://github.com/g43riko/schemas

collection json json-schemas

Last synced: 3 months ago
JSON representation

Collection of json schemas

Awesome Lists containing this project

README

          

# Schemas

## Currently supported schemas

| Name |Link |
| ------------- |:-------------:|
| Address | [here](https://g43riko.github.io/schemas/address.schema.json) |
| Email | [here](https://g43riko.github.io/schemas/email.schema.json) |
| Number | [here](https://g43riko.github.io/schemas/number.schema.json) |
| Account | [here](https://g43riko.github.io/schemas/account.schema.json) |
| Person | [here](https://g43riko.github.io/schemas/person.schema.json) |
| Persons | [here](https://g43riko.github.io/schemas/persons.schema.json) |
| Maker | [here](https://g43riko.github.io/schemas/maker.schema.json) |
| Movie | [here](https://g43riko.github.io/schemas/movie.schema.json) |
| Movies | [here](https://g43riko.github.io/schemas/movies.schema.json) |
| Restaurant | [here](https://g43riko.github.io/schemas/restaurant.schema.json) |
| Restaurants | [here](https://g43riko.github.io/schemas/restaurants.schema.json) |

## TODO
### Person
- make compatible with https://schema.org/Person
### Movie
- make compatible with https://schema.org/Movie
- change title to key map of titles in different languages
- add ratings to key map of ratings on different platforms
- add type movie|tvSeries...
- rename Avatar property to Posters in movie model
- add directors as list of movie directors
### Maker
- add missing roles (CREATOR, SCRIPTWRITER, MUSIC, CAMERA, PRODUCER, EDITING, STAGE_DESIGN, COSTUMES, TEMPLATE)