Properties
| Name | Type | Description |
|---|---|---|
| Id | integer | Attachment ID. |
| Name | string | Attachment name. |
| IsRequired | boolean | Defines if the attachment is required or not. |
| IsActive | boolean | Defines if the attachment is active or not. |
| Domains | array | List of characteristics related to the attachment. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AttachmentResponse",
"title": "AttachmentResponse",
"type": "object",
"required": [
"Id",
"Name",
"IsRequired",
"IsActive",
"Domains"
],
"properties": {
"Id": {
"type": "integer",
"description": "Attachment ID.",
"example": 8
},
"Name": {
"type": "string",
"description": "Attachment name.",
"example": "Shirt customization"
},
"IsRequired": {
"type": "boolean",
"description": "Defines if the attachment is required or not.",
"example": false
},
"IsActive": {
"type": "boolean",
"description": "Defines if the attachment is active or not.",
"example": false
},
"Domains": {
"type": "array",
"description": "List of characteristics related to the attachment.",
"items": {
"type": "object",
"properties": {
"FieldName": {
"type": "string",
"description": "Attachment key name.",
"example": "Number"
},
"MaxCaracters": {
"type": "string",
"description": "Maximum number of characters in the attachment key.",
"example": "1"
},
"DomainValues": {
"type": "string",
"description": "Allowed key values.",
"example": "7,9,10"
}
}
}
}
},
"example": {
"Id": 8,
"Name": "Ingredients",
"IsRequired": true,
"IsActive": true,
"Domains": [
{
"FieldName": "Sauce",
"MaxCaracters": "",
"DomainValues": "[1-2]#9[1-1][1]basic;#11[0-1][1]basic"
},
{
"FieldName": "Toppings",
"MaxCaracters": "",
"DomainValues": "[0-10]#8[0-3][0]medium;#9[0-3][0]medium;#10[0-3][0]medium;#11[0-3][0]medium;#36[0-3][0]medium;#37[0-3][0]medium;#38[0-3][0]medium"
}
]
}
}
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/vtex-attachmentresponse"
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.