v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Test Schema

Get a mock JSON Schema

Get a mock JSON Schema for testing purposes

get/v1/test-schema

Query parameters

integer

Specific version number

OR
'latest'

Use latest version

Version of the form schema

Response

Success

dataobject

Example response

{
  "data": {
    "additionalProperties": false,
    "properties": {
      "address": {
        "maxLength": 255,
        "title": "Address",
        "type": "string"
      }
    }
  }
}