Vehicle Databases · Schema

ServiceItem

Individual service item within a maintenance interval

AutomotiveFleet ManagementMaintenanceRecallsVehicles

Properties

Name Type Description
serviceId string Service identifier
name string Service name
category string Service category
description string Service procedure description
fluidSpec string Required fluid specification
quantity string Fluid or part quantity required
laborHours number Estimated labor time in hours
oilFilterPartNumber string OEM part number
intervalMiles integer Service interval in miles
View JSON Schema on GitHub

JSON Schema

vehicle-databases-service-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vehicle-databases/refs/heads/main/json-schema/vehicle-databases-service-item-schema.json",
  "title": "ServiceItem",
  "description": "Individual service item within a maintenance interval",
  "type": "object",
  "properties": {
    "serviceId": {
      "type": "string",
      "description": "Service identifier",
      "example": "oil-change"
    },
    "name": {
      "type": "string",
      "description": "Service name",
      "example": "Engine Oil and Filter Change"
    },
    "category": {
      "type": "string",
      "description": "Service category",
      "enum": [
        "Engine",
        "Transmission",
        "Brakes",
        "Tires",
        "Electrical",
        "HVAC",
        "Fuel",
        "Cooling",
        "Suspension",
        "Body"
      ],
      "example": "Engine"
    },
    "description": {
      "type": "string",
      "description": "Service procedure description"
    },
    "fluidSpec": {
      "type": "string",
      "description": "Required fluid specification",
      "example": "0W-20 Full Synthetic"
    },
    "quantity": {
      "type": "string",
      "description": "Fluid or part quantity required",
      "example": "5 quarts"
    },
    "laborHours": {
      "type": "number",
      "description": "Estimated labor time in hours",
      "example": 0.5
    },
    "oilFilterPartNumber": {
      "type": "string",
      "description": "OEM part number",
      "example": "04152-YZZA1"
    },
    "intervalMiles": {
      "type": "integer",
      "description": "Service interval in miles",
      "example": 10000
    }
  }
}

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/vehicle-databases-service-item"
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 email required.

A second provider on the same verified email joins the account you already have.