Amazon Macie · Schema
TestCustomDataIdentifierRequest
TestCustomDataIdentifierRequest schema from Amazon Macie API
Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3
Properties
| Name | Type | Description |
|---|---|---|
| ignoreWords | object | |
| keywords | object | |
| maximumMatchDistance | object | |
| regex | object | |
| sampleText | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-test-custom-data-identifier-request-schema.json",
"title": "TestCustomDataIdentifierRequest",
"description": "TestCustomDataIdentifierRequest schema from Amazon Macie API",
"type": "object",
"properties": {
"ignoreWords": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__string"
},
{
"description": "An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive."
}
]
},
"keywords": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__string"
},
{
"description": "An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive."
}
]
},
"maximumMatchDistance": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50."
}
]
},
"regex": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters."
}
]
},
"sampleText": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters."
}
]
}
},
"required": [
"regex",
"sampleText"
]
}
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/amazon-macie-test-custom-data-identifier-request"
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.