Kombo · Schema
GetAtsActionsAtsAddApplicationAttachmentPositiveResponse
ATSEmbedded iPaaSHRISLMSPayrollUnified-API
Properties
| Name | Type | Description |
|---|---|---|
| status | string | |
| data | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetAtsActionsAtsAddApplicationAttachmentPositiveResponse",
"title": "GetAtsActionsAtsAddApplicationAttachmentPositiveResponse",
"type": "object",
"properties": {
"status": {
"type": "string",
"const": "success"
},
"data": {
"type": "object",
"properties": {
"attachment_restrictions": {
"type": [
"object",
"null"
],
"properties": {
"types": {
"type": "object",
"properties": {
"CV": {
"anyOf": [
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": true
},
"max_file_size_bytes": {
"type": [
"number",
"null"
],
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "The maximum file size in bytes. If null, we don't have information about the maximum file size."
},
"accepted_mime_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
},
"description": "The accepted mime types. If null, we don't have information about the accepted mime types."
}
},
"required": [
"is_supported",
"max_file_size_bytes",
"accepted_mime_types"
]
},
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": false
}
},
"required": [
"is_supported"
]
}
],
"description": "Specific attachment type restrictions for CV."
},
"COVER_LETTER": {
"anyOf": [
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": true
},
"max_file_size_bytes": {
"type": [
"number",
"null"
],
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "The maximum file size in bytes. If null, we don't have information about the maximum file size."
},
"accepted_mime_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
},
"description": "The accepted mime types. If null, we don't have information about the accepted mime types."
}
},
"required": [
"is_supported",
"max_file_size_bytes",
"accepted_mime_types"
]
},
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": false
}
},
"required": [
"is_supported"
]
}
],
"description": "Specific attachment type restrictions for COVER_LETTER."
},
"OTHER": {
"anyOf": [
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": true
},
"max_file_size_bytes": {
"type": [
"number",
"null"
],
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "The maximum file size in bytes. If null, we don't have information about the maximum file size."
},
"accepted_mime_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
},
"description": "The accepted mime types. If null, we don't have information about the accepted mime types."
}
},
"required": [
"is_supported",
"max_file_size_bytes",
"accepted_mime_types"
]
},
{
"type": "object",
"properties": {
"is_supported": {
"type": "boolean",
"const": false
}
},
"required": [
"is_supported"
]
}
],
"description": "Specific attachment type restrictions for OTHER."
}
},
"required": [
"CV",
"COVER_LETTER",
"OTHER"
]
}
},
"required": [
"types"
],
"description": "Restrictions with attachment types that we know about. If this is null, we don't have information which types are supported."
}
},
"examples": [
{
"attachment_restrictions": {
"types": {
"CV": {
"is_supported": false
},
"COVER_LETTER": {
"is_supported": false
},
"OTHER": {
"is_supported": true,
"max_file_size_bytes": 10485760,
"accepted_mime_types": [
"application/pdf",
"application/msword"
]
}
}
}
}
]
}
},
"required": [
"status",
"data"
]
}
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/kombo-getatsactionsatsaddapplicationattachmentpositiveresponse"
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.