AramisAuto · Schema

Aramisauto Marketplace Collect.Schema

CompanyConsumerAutomotiveE-CommerceUsed CarsVehicle DataMarketplaceRetailAuto FinanceFranceJSON-Schema

Properties

Name Type Description
collector object
View JSON Schema on GitHub

JSON Schema

aramisauto-marketplace-collect.schema.json Raw ↑
{
    "$id": "https://schemas.aramis.group/marketplace/collect.schema.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "collector": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "partnerName": {
                    "type": "string"
                },
                "url": {
                    "type": "string"
                },
                "aramisautoSupplierId": {
                    "type": "integer"
                },
                "aramisautoPickupPointId": {
                    "type": "integer"
                },
                "purchasingVatRate": {
                    "type": "number"
                },
                "disable": {
                    "type": "boolean"
                },
                "collectOnly": {
                    "type": "boolean"
                },
                "language": {
                    "enum": ["fr", "es", "en", "nl", "de"]
                },
                "format": {
                    "type": "object",
                    "additionalProperties": false,
                    "properties": {
                        "type": {
                            "enum": ["csv"]
                        },
                        "escape": {
                            "type": "string"
                        },
                        "enclosure": {
                            "type": "string"
                        },
                        "separator": {
                            "type": "string"
                        }
                    }
                },
                "secondaryEntries": {
                    "type": "object",
                    "additionalProperties": false,
                    "maxProperties": 3,
                    "patternProperties": {
                        "^[A-Za-z0-9_]+$": {
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "additionalProperties": false,
                                "join": {
                                    "type": "string"
                                },
                                "on": {
                                    "type": "string"
                                },
                                "url": {
                                    "type": "string"
                                },
                                "type": {
                                    "enum": ["csv"]
                                },
                                "escape": {
                                    "type": "string"
                                },
                                "enclosure": {
                                    "type": "string"
                                },
                                "separator": {
                                    "type": "string"
                                }
                            },
                            "required": ["join", "on", "url"]
                        }
                    }
                },
                "extraOperations": {
                    "type": "object",
                    "additionalProperties": false,
                    "properties": {
                        "mobile.de": {
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                }
                            }
                        }
                    }
                }
            },
            "required": [
                "partnerName",
                "url"
            ]
        }
    },
    "required": [
        "collector"
    ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aramisauto-marketplace-collect.schema"
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.