1Factory · Schema

Plan

Plan schema from 1Factory API

AnalyticsData CollectionManufacturingMonitoringQuality

Properties

Name Type Description
ID object
part_number object
rev object
part_description object
operation object
project_identifier object
status object
version number Version of the plan.
version_status string
approval_status string The status of a plan that requires approval before releasing or closing. (Availability depends on Organization settings.)
customer_name object
supplier_name object
supplier_number object
is_tabulated boolean If the plan is for a tabulated part.
is_spec_lib boolean If the plan is a spec library
created_by_name object
created_on object
updated_on object
View JSON Schema on GitHub

JSON Schema

1factory-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-plan-schema.json",
  "title": "Plan",
  "description": "Plan schema from 1Factory API",
  "type": "object",
  "properties": {
    "ID": {
      "$ref": "#/components/schemas/ID"
    },
    "part_number": {
      "$ref": "#/components/schemas/part_number"
    },
    "rev": {
      "$ref": "#/components/schemas/rev"
    },
    "part_description": {
      "$ref": "#/components/schemas/part_description"
    },
    "operation": {
      "$ref": "#/components/schemas/operation"
    },
    "project_identifier": {
      "$ref": "#/components/schemas/project_identifier"
    },
    "status": {
      "$ref": "#/components/schemas/status"
    },
    "version": {
      "type": "number",
      "description": "Version of the plan.",
      "example": 4
    },
    "version_status": {
      "type": "string",
      "enum": [
        "Active",
        "Draft",
        "Approval",
        "Released",
        "Inactive"
      ]
    },
    "approval_status": {
      "type": "string",
      "enum": [
        "N/a",
        "Pending",
        "Assigned",
        "Approved",
        "Rejected"
      ],
      "description": "The status of a plan that requires approval before releasing or closing.\n\n(Availability depends on Organization settings.)"
    },
    "customer_name": {
      "$ref": "#/components/schemas/customer_name"
    },
    "supplier_name": {
      "$ref": "#/components/schemas/supplier_name"
    },
    "supplier_number": {
      "$ref": "#/components/schemas/supplier_number"
    },
    "is_tabulated": {
      "type": "boolean",
      "example": false,
      "description": "If the plan is for a tabulated part."
    },
    "is_spec_lib": {
      "type": "boolean",
      "example": false,
      "description": "If the plan is a spec library"
    },
    "created_by_name": {
      "$ref": "#/components/schemas/created_by_username"
    },
    "created_on": {
      "$ref": "#/components/schemas/created_on"
    },
    "updated_on": {
      "$ref": "#/components/schemas/updated_on"
    }
  }
}

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/1factory-plan"
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.