v1
latestOpenAPI 3.1.02026-07-242735131.1 MBTest Schema
Get a mock JSON Schema
Get a mock JSON Schema for testing purposes
get/v1/test-schema
Query parameters
Version of the form schema
Response
Success
Example response
{
"data": {
"additionalProperties": false,
"properties": {
"address": {
"maxLength": 255,
"title": "Address",
"type": "string"
}
}
}
}