VKS Work Order
A VKS manufacturing work order representing a task assigned to a specific work instruction guidebook.
ERP IntegrationManufacturingMESOperations ManagementQuality ManagementWork InstructionsWork Orders
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vks-integrations/refs/heads/main/json-schema/vks-work-order-schema.json",
"title": "VKS Work Order",
"description": "A VKS manufacturing work order representing a task assigned to a specific work instruction guidebook.",
"type": "object",
"required": ["id", "work_order_number", "guidebook_id", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique work order identifier."
},
"work_order_number": {
"type": "string",
"description": "Human-readable work order number, typically sourced from ERP.",
"example": "WO-2026-001234"
},
"guidebook_id": {
"type": "string",
"description": "ID of the VKS guidebook containing work instructions for this order."
},
"guidebook_name": {
"type": "string",
"description": "Name of the associated guidebook."
},
"status": {
"type": "string",
"description": "Current work order status.",
"enum": ["planned", "in_progress", "completed", "on_hold"]
},
"part_number": {
"type": "string",
"description": "Part or assembly number being manufactured.",
"example": "PN-12345-A"
},
"expected_quantity": {
"type": "integer",
"description": "Expected number of units to produce.",
"minimum": 1
},
"actual_quantity": {
"type": "integer",
"description": "Actual units produced.",
"minimum": 0
},
"assigned_worker": {
"type": "string",
"description": "Worker ID or name assigned to the work order."
},
"started_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when work began."
},
"completed_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when work was completed."
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
}
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/vks-work-order"
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.