AramisAuto · Schema

Aramisauto Marketplace Enrich.Schema

CompanyConsumerAutomotiveE-CommerceUsed CarsVehicle DataMarketplaceRetailAuto FinanceFranceJSON-Schema

Properties

Name Type Description
enrichers object
View JSON Schema on GitHub

JSON Schema

aramisauto-marketplace-enrich.schema.json Raw ↑
{
    "$id": "https://schemas.aramis.group/marketplace/enrich.schema.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "enrichers": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "weight": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Try to fill in vehicle weight if not provided by the seller",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": false
                        }
                    },
                    "required": ["enabled"]
                },
                "category": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Try to enrich vehicle data with the category if not provided by the seller",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": false
                        }
                    },
                    "required": ["enabled"]
                },
                "electricCo2Emission": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Try to enrich vehicle data with the electricCo2Emission if not provided by the seller",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": true
                        }
                    },
                    "required": ["enabled"]
                },
                "pictogram": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Try to enrich vehicle data with the pictogram if not provided by the seller",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": true
                        }
                    },
                    "required": ["enabled"]
                },
                "priceComputation": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Enabled/disable price computation enricher",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": true
                        }
                    },
                    "required": ["enabled"]
                },
                "pictureOptimizer": {
                    "type": "object",
                    "additionalProperties": false,
                    "description": "Enabled/disable picture optimizer enricher",
                    "properties": {
                        "enabled": {
                            "type": "boolean",
                            "default": false,
                            "description": "By default, picture optimization is disabled for all partners"
                        },
                        "crop": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Apply crop operation",
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                }
                            },
                            "required": ["enabled"]
                        },
                        "cropMargin": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Applying a crop margin on 4 sides of the picture (top, bottom, left, right)",
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "top": {
                                    "type": "number",
                                    "description": "Crop margin on TOP side, possible value 0 to 1",
                                    "default": 0,
                                    "minimum": 0,
                                    "maximum": 1
                                },
                                "bottom": {
                                    "type": "number",
                                    "description": "Crop margin on BOTTOM side, possible value 0 to 1",
                                    "default": 0,
                                    "minimum": 0,
                                    "maximum": 1
                                },
                                "left": {
                                    "type": "number",
                                    "description": "Crop margin on LEFT side, possible value 0 to 1",
                                    "default": 0,
                                    "minimum": 0,
                                    "maximum": 1
                                },
                                "right": {
                                    "type": "number",
                                    "description": "Crop margin on Right side, possible value 0 to 1",
                                    "default": 0,
                                    "minimum": 0,
                                    "maximum": 1
                                }
                            },
                            "required": [
                                "enabled"
                            ],
                            "if": {
                                "properties": {
                                    "enabled": true
                                }
                            },
                            "then": {
                                "required": [
                                    "top",
                                    "bottom",
                                    "left",
                                    "right"
                                ]
                            }
                        },
                        "blurKeywords": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Keywords for blur",
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "keywords": {
                                    "type": "array",
                                    "items": {
                                        "type": "string"
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": ["enabled"],
                            "if": {
                                "properties": {
                                    "enabled": true
                                }
                            },
                            "then": {
                                "properties": {
                                    "keywords": {
                                        "minLength": 1
                                    }
                                }
                            }
                        },
                        "blurPlate": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Applying blur/plate operation when optimizing picture",
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                }
                            },
                            "required": ["enabled"]
                        },
                        "deleteBackground": {
                            "type": "object",
                            "additionalProperties": false,
                            "description": "Remove the background when optimizing picture",
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "default": false
                                }
                            },
                            "required": ["enabled"]
                        }
                    },
                    "required": ["enabled"]
                }
            }
        }
    }
}

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-enrich.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.