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
- Host: GitHub
- URL: https://github.com/g43riko/schemas
- Owner: G43riko
- Created: 2019-08-08T21:02:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:19:35.000Z (over 1 year ago)
- Last Synced: 2024-10-25T08:36:31.899Z (over 1 year ago)
- Topics: collection, json, json-schemas
- Language: TypeScript
- Homepage: https://g43riko.github.io/schemas
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)