Tripetto · JSON Structure
Tripetto Form Structure
JSON structure documentation for Tripetto form and response objects
Type:
Properties: 0
FormsSurveysForm BuilderNo-CodeSDKWebhook
Tripetto Form Structure is a JSON Structure definition published by Tripetto.
Meta-schema:
JSON Structure
{
"title": "Tripetto Form Structure",
"description": "JSON structure documentation for Tripetto form and response objects",
"version": "1.0.0",
"structures": [
{
"name": "Form",
"description": "A Tripetto form with its builder definition and metadata",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Unique form identifier" },
{ "name": "name", "type": "string", "required": true, "description": "Form name" },
{ "name": "description", "type": "string", "required": false, "description": "Form description" },
{ "name": "definition", "type": "object", "required": true, "description": "FormDefinition JSON" },
{ "name": "created", "type": "date-time", "required": false, "description": "Creation timestamp" },
{ "name": "modified", "type": "date-time", "required": false, "description": "Last modified timestamp" },
{ "name": "responseCount", "type": "integer", "required": false, "description": "Total responses collected" }
]
},
{
"name": "FormDefinition",
"description": "JSON definition produced by the Tripetto Builder",
"fields": [
{ "name": "nodes", "type": "array[FormNode]", "required": false, "description": "Form question nodes" },
{ "name": "sections", "type": "array[FormSection]", "required": false, "description": "Grouped sections" },
{ "name": "conditions", "type": "array[object]", "required": false, "description": "Conditional logic rules" }
]
},
{
"name": "FormNode",
"description": "A single question or block within a form",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Node identifier" },
{ "name": "type", "type": "string", "required": true, "description": "Block type (text, email, yes-no, etc.)" },
{ "name": "name", "type": "string", "required": false, "description": "Question label" },
{ "name": "required", "type": "boolean", "required": false, "description": "Whether response is required" },
{ "name": "settings", "type": "object", "required": false, "description": "Block-specific settings" }
]
},
{
"name": "FormResponse",
"description": "A submitted form response with field values",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Response identifier" },
{ "name": "formId", "type": "string", "required": true, "description": "Parent form identifier" },
{ "name": "fields", "type": "array[ResponseField]", "required": true, "description": "Answered fields" },
{ "name": "submittedAt", "type": "date-time", "required": true, "description": "Submission timestamp" },
{ "name": "fingerprint", "type": "string", "required": false, "description": "Respondent fingerprint" }
]
},
{
"name": "Webhook",
"description": "Outbound webhook configuration for form response delivery",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Webhook identifier" },
{ "name": "url", "type": "string (uri)", "required": true, "description": "Destination URL" },
{ "name": "sendRawData", "type": "boolean", "required": false, "description": "Send raw nested payload" },
{ "name": "enabled", "type": "boolean", "required": false, "description": "Whether webhook is active" },
{ "name": "created", "type": "date-time", "required": false, "description": "Creation timestamp" }
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tripetto-form-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.