Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apioo/typeschema
TypeSchema is a JSON format to describe data models in a language neutral format
https://github.com/apioo/typeschema
code-generation dto dto-generator json json-schema typeschema
Last synced: 6 days ago
JSON representation
TypeSchema is a JSON format to describe data models in a language neutral format
- Host: GitHub
- URL: https://github.com/apioo/typeschema
- Owner: apioo
- License: mit
- Created: 2019-01-06T18:52:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T09:06:08.000Z (14 days ago)
- Last Synced: 2024-10-28T08:07:30.913Z (13 days ago)
- Topics: code-generation, dto, dto-generator, json, json-schema, typeschema
- Language: PHP
- Homepage: https://typeschema.org/
- Size: 611 KB
- Stars: 133
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TypeSchema
## About
TypeSchema is a JSON format to describe data models in a language neutral format. A TypeSchema specification can be
easily transformed into code for almost any programming language. This helps to reuse core data models in different
environments. More information at: [https://typeschema.org](https://typeschema.org)The TypeSchema specification is developed at the [TypeHub platform](https://app.typehub.cloud/d/typehub/typeschema)
which is a collaborative platform to design TypeSchema and TypeAPI specifications.