Properties
| Name | Type | Description |
|---|---|---|
| regex | string | [Regex](https://regexr.com/) information. |
| mask | string | Validator mask. |
| cardCodeMask | string | Card code regular mask. |
| cardCodeRegex | string | Card code regular expression. |
| weights | array | Array containing weigths information. |
| useCvv | boolean | Indicates whether it is necessary to use the CVV code to complete a transaction with payment made by card. |
| useExpirationDate | boolean | Indicates whether it is necessary to use the expiration date to complete a card payment transaction. |
| useCardHolderName | boolean | Indicates whether it is necessary to use the card holder name to complete a payment transaction made by card. |
| useBillingAddress | boolean | Indicates whether it is necessary to use the billing address to complete a card payment transaction. |
| validCardLengths | string | Information about valid card lengths. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Validator",
"title": "Validator",
"required": [
"regex",
"mask",
"cardCodeMask",
"cardCodeRegex",
"weights",
"useCvv",
"useExpirationDate",
"useCardHolderName",
"useBillingAddress",
"validCardLengths"
],
"type": "object",
"description": "Validator information.",
"properties": {
"regex": {
"type": "string",
"description": "[Regex](https://regexr.com/) information.",
"nullable": true
},
"mask": {
"type": "string",
"description": "Validator mask.",
"nullable": true
},
"cardCodeMask": {
"type": "string",
"description": "Card code regular mask.",
"nullable": true
},
"cardCodeRegex": {
"type": "string",
"description": "Card code regular expression.",
"nullable": true
},
"weights": {
"type": "array",
"description": "Array containing weigths information.",
"items": {
"type": "integer",
"description": "Weigths information."
},
"nullable": true
},
"useCvv": {
"type": "boolean",
"description": "Indicates whether it is necessary to use the CVV code to complete a transaction with payment made by card."
},
"useExpirationDate": {
"type": "boolean",
"description": "Indicates whether it is necessary to use the expiration date to complete a card payment transaction."
},
"useCardHolderName": {
"type": "boolean",
"description": "Indicates whether it is necessary to use the card holder name to complete a payment transaction made by card."
},
"useBillingAddress": {
"type": "boolean",
"description": "Indicates whether it is necessary to use the billing address to complete a card payment transaction."
},
"validCardLengths": {
"type": "string",
"description": "Information about valid card lengths.",
"nullable": true
}
}
}
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-validator"
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.