Create Schema
Edit pageCreate Simple Schema
Section titled “Create Simple Schema”Create schema
Section titled “Create schema”PUT /test/create-schema/
{ "_schema": { "name": { "_type": "text" }, "age": { "_type": "positive" } }}Schema values are valid
Section titled “Schema values are valid”GET /test/create-schema/