TypeSchema
Home
Specification
Generator
Schema
Changelog
Hash
Migration
JSON Schema
OpenAPI
JSON
Developer
Ecosystem
FAQ
TypeSchema
/ Generator / Hash
Hash
Through this form you can generate a unique hash of a TypeSchema. This hash represents all constraints and ignores meta information like a description
Schema
{ "definitions": { "Student": { "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "type": "integer" } } } }, "$ref": "Student" }