SignWell · Schema
CheckboxGroups
Checkbox fields that are placed on a document can be grouped with selection requirements. At least 2 checkbox fields in an array of fields must be assigned to the same recipient.
E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC 2
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/CheckboxGroups.json",
"title": "CheckboxGroups",
"type": "array",
"description": "Checkbox fields that are placed on a document can be grouped with selection requirements. At least 2 checkbox fields in an array of fields must be assigned to the same recipient.",
"items": {
"type": "object",
"properties": {
"group_name": {
"type": "string",
"description": "A unique identifier for the checkbox group."
},
"recipient_id": {
"type": "string",
"description": "The recipient ID associated with the checkbox group."
},
"checkbox_ids": {
"type": "array",
"items": {
"type": "string",
"description": "A unique identifier for each checkbox in a group. ID must match the api_id of the checkbox field."
}
},
"validation": {
"$ref": "#/components/schemas/CheckboxValidation",
"description": "Set requirements for the group of one or multiple selections by the recipient. Defaults to minimum. Validation values: minimum, maximum, exact, range."
},
"required": {
"type": "boolean",
"default": false,
"description": "Whether the group must be completed by the recipient. Defaults to false."
},
"min_value": {
"type": "integer",
"description": "The minimum number of checkboxes that must be checked in the group. (Only for validation: minimum and range)"
},
"max_value": {
"type": "integer",
"description": "The maximum number of checkboxes that can be checked in the group. (Only for validation: maximum and range)"
},
"exact_value": {
"type": "integer",
"description": "The exact number of checkboxes that must be checked in the group. (Only for validation: exact)"
}
},
"required": [
"group_name",
"recipient_id",
"checkbox_ids"
]
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/CheckboxGroups"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.