TypeSchema
Home
Specification
Generator
Schema
Changelog
Hash
Migration
JSON Schema
OpenAPI
JSON
Developer
Ecosystem
FAQ
TypeSchema
/ Generator / Schema
Schema
Through this form you can transform an existing TypeSchema into a specific output.
Type
Csharp
Go
Graphql
Html
Java
Jsonschema
Kotlin
Markdown
Php
Protobuf
Python
Ruby
Rust
Swift
Typescript
Typeschema
Schema
{ "definitions": { "Student": { "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "type": "integer" } } } }, "$ref": "Student" }