Skip to content

Create Schema

Edit page
PUT /test/create-schema/
{
"_schema": {
"name": {
"_type": "text"
},
"age": {
"_type": "positive"
}
}
}
GET /test/create-schema/