1Factory · JSON Structure

1Factory Part Data Structure

Inspection data for a single part.

Type: object Properties: 4
AnalyticsData CollectionManufacturingMonitoringQuality

PartData is a JSON Structure definition published by 1Factory, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

grp_ident row_ident updated_on measurements

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-structure/1factory-part-data-structure.json",
  "name": "PartData",
  "description": "Inspection data for a single part.",
  "type": "object",
  "properties": {
    "grp_ident": {
      "type": "string",
      "nullable": true,
      "description": "Identifier for a grouping of parts.",
      "example": "CAVITY1"
    },
    "row_ident": {
      "type": "string",
      "nullable": true,
      "description": "Identifier for a unique part, sucha as a serial number.",
      "example": "SN100001"
    },
    "updated_on": {
      "type": "string",
      "nullable": false,
      "description": "Date & time that data for this part was last updated.",
      "example": "2021-07-16T17:53:41-08:00"
    },
    "measurements": {
      "type": "array",
      "minimum": 1,
      "description": "List of measurements recorded for part. Order of entries corresponds to order of specifications, so index of a measurement corresponds to the index of the feature specification & place it is for.",
      "items": {
        "type": "object",
        "nullable": true,
        "properties": {
          "value": {
            "type": "double",
            "nullable": false,
            "description": "Actual measurement recorded. For a pass/fail specification, 1.0 corresponds to PASS, 0.0 corresponds to FAIL.",
            "example": 1.1234
          },
          "bonus": {
            "type": "double",
            "nullable": true,
            "description": "For GD&T specs that allow a bonus tolerance, the bonus tolerance to apply to actual measurement.",
            "example": 0.02
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/1factory-part-data-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.