Apidog · Schema
Apidog Import Result
The result returned by the Apidog API after an import operation (OpenAPI, Swagger, or Postman Collection v2). Counters are reported per resource type: endpoint, schema, endpointFolder, schemaFolder, endpointCase.
AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatform
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether the import operation completed successfully. |
| data | object | Details about the imported resources. |
JSON Schema
{
"$id": "https://raw.githubusercontent.com/api-evangelist/apidog/refs/heads/main/json-schema/apidog-import-result-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Apidog Import Result",
"description": "The result returned by the Apidog API after an import operation (OpenAPI, Swagger, or Postman Collection v2). Counters are reported per resource type: endpoint, schema, endpointFolder, schemaFolder, endpointCase.",
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the import operation completed successfully."
},
"data": {
"type": "object",
"description": "Details about the imported resources.",
"properties": {
"endpoint": {
"$ref": "#/$defs/ResourceCounters"
},
"schema": {
"$ref": "#/$defs/ResourceCounters"
},
"endpointFolder": {
"$ref": "#/$defs/ResourceCounters"
},
"schemaFolder": {
"$ref": "#/$defs/ResourceCounters"
},
"endpointCase": {
"$ref": "#/$defs/ResourceCounters"
},
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
}
},
"additionalProperties": false
}
},
"additionalProperties": false,
"$defs": {
"ResourceCounters": {
"type": "object",
"description": "Counters returned for each resource type after an import operation.",
"properties": {
"created": {
"type": "integer",
"minimum": 0
},
"updated": {
"type": "integer",
"minimum": 0
},
"failed": {
"type": "integer",
"minimum": 0
},
"ignored": {
"type": "integer",
"minimum": 0
}
},
"additionalProperties": false
}
}
}
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/apidog-import-result"
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.