1Factory · JSON Structure

1Factory Inspection Detail Structure

Detailed inspection data, including feature specifications and measurement data.

Type: object Properties: 0
AnalyticsData CollectionManufacturingMonitoringQuality

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

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-inspection-detail-structure.json",
  "name": "InspectionDetail",
  "description": "Detailed inspection data, including feature specifications and measurement data.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/Inspection"
    },
    {
      "type": "object",
      "properties": {
        "specifications": {
          "type": "array",
          "minItems": 1,
          "items": {
            "$ref": "#/components/schemas/Specification"
          }
        },
        "part_data": {
          "type": "array",
          "minItems": 0,
          "items": {
            "$ref": "#/components/schemas/PartData"
          }
        }
      }
    }
  ]
}