{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "tieback_tool_string-v6",
  "type": "object",
  "description": "Tieback tool string schema",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": [
        "null",
        "string"
      ]
    },
    "id": {
      "type": [
        "null",
        "string"
      ]
    },
    "content": {
      "$ref": "#/definitions/Tubular"
    },
    "comments": {
      "type": [
        "null",
        "string"
      ]
    }
  },
  "definitions": {
    "Tubular": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "bha_state": {
          "type": "string",
          "description": "Bha State"
        },
        "class_type": {
          "type": "string",
          "description": "Class Type"
        },
        "cumulative_weight": {
          "type": "number",
          "description": "Cumulative Weight of all TubularComponents (HighMass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "data_type": {
          "type": "string",
          "description": "Data Type"
        },
        "job_number": {
          "type": "string",
          "description": "Job Number"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "tubular_assembly_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "drilling"
            },
            {
              "value": "directional drilling"
            },
            {
              "value": "fishing"
            },
            {
              "value": "condition mud"
            },
            {
              "value": "tubing conveyed logging"
            },
            {
              "value": "cementing"
            },
            {
              "value": "casing"
            },
            {
              "value": "clean out"
            },
            {
              "value": "completion or testing"
            },
            {
              "value": "coring"
            },
            {
              "value": "hole opening or underreaming"
            },
            {
              "value": "milling or dressing or cutting"
            },
            {
              "value": "wiper or check or reaming"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "tubular_components": {
          "type": "array",
          "items": {
            "type": "object",
            "discriminator": {
              "propertyName": "name",
              "mapping": {
                "CASING": "#/definitions/Casing",
                "CASINGPACKER": "#/definitions/CasingPacker",
                "CASINGRUNNINGTOOL": "#/definitions/CasingRunningTool",
                "COLLAR": "#/definitions/Collar",
                "CROSSOVER": "#/definitions/Crossover",
                "DP": "#/definitions/DrillPipe",
                "HWDP": "#/definitions/HWDP",
                "STAGECOLLAR": "#/definitions/StageCollar"
              }
            },
            "oneOf": [
              {
                "$ref": "#/definitions/Casing"
              },
              {
                "$ref": "#/definitions/CasingPacker"
              },
              {
                "$ref": "#/definitions/CasingRunningTool"
              },
              {
                "$ref": "#/definitions/Collar"
              },
              {
                "$ref": "#/definitions/Crossover"
              },
              {
                "$ref": "#/definitions/DrillPipe"
              },
              {
                "$ref": "#/definitions/HWDP"
              },
              {
                "$ref": "#/definitions/StageCollar"
              }
            ]
          }
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "version": {
          "type": "string",
          "description": "Version"
        },
        "wellbore_name": {
          "type": "string",
          "description": "Wellbore Name"
        },
        "wellbore_uid": {
          "type": "string",
          "description": "Wellbore Uid"
        },
        "well_name": {
          "type": "string",
          "description": "Well Name"
        },
        "well_uid": {
          "type": "string",
          "description": "Well Uid"
        }
      }
    },
    "Casing": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "burst_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "burst_pressure": {
          "type": "number",
          "description": "Burst Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "casing_centralizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "api_test_data": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "restoring_force": {
                      "type": "number",
                      "description": "Restoring Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "running_force": {
                      "type": "number",
                      "description": "Running Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "starting_force": {
                      "type": "number",
                      "description": "Starting Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "test_hole_size": {
                      "type": "number",
                      "description": "Hole Size (CylinderDiameter, meter, m)",
                      "format": "double",
                      "nullable": true
                    },
                    "uid": {
                      "type": "string",
                      "description": "Uid"
                    }
                  }
                }
              },
              "blade_count": {
                "type": "integer",
                "description": "Number of Blade",
                "format": "int32",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "catalog_name": {
                "type": "string",
                "description": "Catalog Name"
              },
              "catalog_uid": {
                "type": "string",
                "description": "Catalog Uid"
              },
              "catalog_version": {
                "type": "string",
                "description": "Catalog Version"
              },
              "centralizer_len": {
                "type": "number",
                "description": "Casing Centralizer Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_max_od": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_min_od": {
                "type": "number",
                "description": "Min Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_positions_to_bottom": {
                "type": "string",
                "description": "Casing Centralizer Positions String"
              },
              "centralizer_positions_to_bottom_arr": {
                "type": "array",
                "items": {
                  "type": "number"
                }
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "component_name": {
                "type": "string",
                "description": "Description"
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "manufacturer": {
                "type": "string",
                "description": "Vendor"
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "model_name": {
                "type": "string",
                "description": "Model Name"
              },
              "name": {
                "type": "string",
                "description": "Name"
              },
              "pattern_n": {
                "type": "integer",
                "description": "Placement Pattern P/N - Joint Number",
                "format": "int32",
                "nullable": true
              },
              "pattern_p": {
                "type": "integer",
                "description": "Placement Pattern P/N - Centralizer Number",
                "format": "int32",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "pipe_size": {
                "type": "number",
                "description": "Pipe Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "remarks": {
                "type": "string",
                "description": "Remarks"
              },
              "source": {
                "type": "string",
                "description": "Source"
              },
              "start_distance_to_bottom": {
                "type": "number",
                "description": "Start Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "start_joint_num": {
                "type": "integer",
                "description": "Index of Start Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "stop_distance_to_bottom": {
                "type": "number",
                "description": "Stop Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "stop_joint_num": {
                "type": "integer",
                "description": "Index of Stop Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "collapse_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "Y"
            },
            {
              "value": "P"
            },
            {
              "value": "T"
            },
            {
              "value": "E"
            },
            {
              "value": "U"
            }
          ]
        },
        "collapse_pressure": {
          "type": "number",
          "description": "Collapse Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "compression_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "compressive_yield": {
          "type": "number",
          "description": "Compression Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "connection_envelope": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "pressure": {
                "type": "number",
                "description": "Pressure (Pressure, pascal, Pa)",
                "format": "double",
                "nullable": true
              },
              "tension": {
                "type": "number",
                "description": "Tension (Force, newton, N)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "coupler": {
          "type": "object",
          "properties": {
            "coupler_length": {
              "type": "number",
              "description": "Coupler Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "hydro_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "leak_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "density": {
              "type": "number",
              "description": "Density (Density, kilogram per cubic meter, kg/m3)",
              "format": "double",
              "nullable": true
            },
            "material_anisotropy_rating": {
              "type": "number",
              "description": "Anisotropy Rating",
              "format": "double",
              "nullable": true
            },
            "material_spec_heat_capacity": {
              "type": "number",
              "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_conductivity": {
              "type": "number",
              "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_expansion_coefficient": {
              "type": "number",
              "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
              "format": "double",
              "nullable": true
            },
            "material_type": {
              "type": "string",
              "description": "Material Type"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "non_mag_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "poisson_ratio": {
              "type": "number",
              "description": "Poisson Ratio",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "youngs_modulus": {
              "type": "number",
              "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
              "format": "double",
              "nullable": true
            }
          }
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "od_tolerance": {
          "type": "number",
          "description": "OD Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Default Wall Loss(%) (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "sour_service_min_temperature": {
          "type": "number",
          "description": "Sour Service Minimum Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "temperature_derating": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "derating_lower_temperature": {
              "type": "number",
              "description": "Lower Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "derating_type": {
              "type": "string",
              "description": "Derating Model"
            },
            "derating_upper_temperature": {
              "type": "number",
              "description": "Upper Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "m0": {
              "type": "number",
              "description": "M0",
              "format": "double",
              "nullable": true
            },
            "m1": {
              "type": "number",
              "description": "M1",
              "format": "double",
              "nullable": true
            },
            "m2": {
              "type": "number",
              "description": "M2",
              "format": "double",
              "nullable": true
            },
            "m3": {
              "type": "number",
              "description": "M3",
              "format": "double",
              "nullable": true
            },
            "m4": {
              "type": "number",
              "description": "M4",
              "format": "double",
              "nullable": true
            },
            "m5": {
              "type": "number",
              "description": "M5",
              "format": "double",
              "nullable": true
            },
            "m6": {
              "type": "number",
              "description": "M6",
              "format": "double",
              "nullable": true
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tension_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tension Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "thick_wall": {
          "type": "number",
          "description": "Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wall_tolerance": {
          "type": "number",
          "description": "Wall Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        }
      }
    },
    "CasingPacker": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "burst_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "burst_pressure": {
          "type": "number",
          "description": "Burst Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "casing_centralizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "api_test_data": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "restoring_force": {
                      "type": "number",
                      "description": "Restoring Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "running_force": {
                      "type": "number",
                      "description": "Running Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "starting_force": {
                      "type": "number",
                      "description": "Starting Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "test_hole_size": {
                      "type": "number",
                      "description": "Hole Size (CylinderDiameter, meter, m)",
                      "format": "double",
                      "nullable": true
                    },
                    "uid": {
                      "type": "string",
                      "description": "Uid"
                    }
                  }
                }
              },
              "blade_count": {
                "type": "integer",
                "description": "Number of Blade",
                "format": "int32",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "catalog_name": {
                "type": "string",
                "description": "Catalog Name"
              },
              "catalog_uid": {
                "type": "string",
                "description": "Catalog Uid"
              },
              "catalog_version": {
                "type": "string",
                "description": "Catalog Version"
              },
              "centralizer_len": {
                "type": "number",
                "description": "Casing Centralizer Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_max_od": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_min_od": {
                "type": "number",
                "description": "Min Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_positions_to_bottom": {
                "type": "string",
                "description": "Casing Centralizer Positions String"
              },
              "centralizer_positions_to_bottom_arr": {
                "type": "array",
                "items": {
                  "type": "number"
                }
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "component_name": {
                "type": "string",
                "description": "Description"
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "manufacturer": {
                "type": "string",
                "description": "Vendor"
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "model_name": {
                "type": "string",
                "description": "Model Name"
              },
              "name": {
                "type": "string",
                "description": "Name"
              },
              "pattern_n": {
                "type": "integer",
                "description": "Placement Pattern P/N - Joint Number",
                "format": "int32",
                "nullable": true
              },
              "pattern_p": {
                "type": "integer",
                "description": "Placement Pattern P/N - Centralizer Number",
                "format": "int32",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "pipe_size": {
                "type": "number",
                "description": "Pipe Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "remarks": {
                "type": "string",
                "description": "Remarks"
              },
              "source": {
                "type": "string",
                "description": "Source"
              },
              "start_distance_to_bottom": {
                "type": "number",
                "description": "Start Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "start_joint_num": {
                "type": "integer",
                "description": "Index of Start Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "stop_distance_to_bottom": {
                "type": "number",
                "description": "Stop Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "stop_joint_num": {
                "type": "integer",
                "description": "Index of Stop Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "collapse_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "Y"
            },
            {
              "value": "P"
            },
            {
              "value": "T"
            },
            {
              "value": "E"
            },
            {
              "value": "U"
            }
          ]
        },
        "collapse_pressure": {
          "type": "number",
          "description": "Collapse Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "compression_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "compressive_yield": {
          "type": "number",
          "description": "Compression Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "connection_envelope": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "pressure": {
                "type": "number",
                "description": "Pressure (Pressure, pascal, Pa)",
                "format": "double",
                "nullable": true
              },
              "tension": {
                "type": "number",
                "description": "Tension (Force, newton, N)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "coupler": {
          "type": "object",
          "properties": {
            "coupler_length": {
              "type": "number",
              "description": "Coupler Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "hydro_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "leak_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "density": {
              "type": "number",
              "description": "Density (Density, kilogram per cubic meter, kg/m3)",
              "format": "double",
              "nullable": true
            },
            "material_anisotropy_rating": {
              "type": "number",
              "description": "Anisotropy Rating",
              "format": "double",
              "nullable": true
            },
            "material_spec_heat_capacity": {
              "type": "number",
              "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_conductivity": {
              "type": "number",
              "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_expansion_coefficient": {
              "type": "number",
              "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
              "format": "double",
              "nullable": true
            },
            "material_type": {
              "type": "string",
              "description": "Material Type"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "non_mag_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "poisson_ratio": {
              "type": "number",
              "description": "Poisson Ratio",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "youngs_modulus": {
              "type": "number",
              "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
              "format": "double",
              "nullable": true
            }
          }
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "od_tolerance": {
          "type": "number",
          "description": "OD Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Default Wall Loss(%) (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "sour_service_min_temperature": {
          "type": "number",
          "description": "Sour Service Minimum Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "temperature_derating": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "derating_lower_temperature": {
              "type": "number",
              "description": "Lower Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "derating_type": {
              "type": "string",
              "description": "Derating Model"
            },
            "derating_upper_temperature": {
              "type": "number",
              "description": "Upper Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "m0": {
              "type": "number",
              "description": "M0",
              "format": "double",
              "nullable": true
            },
            "m1": {
              "type": "number",
              "description": "M1",
              "format": "double",
              "nullable": true
            },
            "m2": {
              "type": "number",
              "description": "M2",
              "format": "double",
              "nullable": true
            },
            "m3": {
              "type": "number",
              "description": "M3",
              "format": "double",
              "nullable": true
            },
            "m4": {
              "type": "number",
              "description": "M4",
              "format": "double",
              "nullable": true
            },
            "m5": {
              "type": "number",
              "description": "M5",
              "format": "double",
              "nullable": true
            },
            "m6": {
              "type": "number",
              "description": "M6",
              "format": "double",
              "nullable": true
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tension_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tension Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "thick_wall": {
          "type": "number",
          "description": "Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wall_tolerance": {
          "type": "number",
          "description": "Wall Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        }
      }
    },
    "CasingRunningTool": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "associated_shear_value": {
          "type": "number",
          "description": "Associated Shear Value (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "casing_size": {
          "type": "number",
          "description": "Casing Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "casing_size_max": {
          "type": "number",
          "description": "Maximum Applicable Casing Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "casing_size_min": {
          "type": "number",
          "description": "Minimum Applicable Casing Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "compressive_strength": {
          "type": "object",
          "properties": {
            "temperature": {
              "type": "number",
              "description": "Temperature for Tensile Strength (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensile Strength At Specified Temperature (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "contingency_release_method": {
          "type": "object",
          "oneOf": [
            {
              "value": "leftHandShear"
            },
            {
              "value": "axialShear"
            },
            {
              "value": "combination"
            },
            {
              "value": "unspecified"
            }
          ]
        },
        "differential_pressure_rating": {
          "type": "object",
          "properties": {
            "pressure": {
              "type": "number",
              "description": "Pressure At Specified Temperature (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "temperature": {
              "type": "number",
              "description": "Temperature for Pressure (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "external_working_pressure": {
          "type": "object",
          "properties": {
            "pressure": {
              "type": "number",
              "description": "Pressure At Specified Temperature (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "temperature": {
              "type": "number",
              "description": "Temperature for Pressure (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydraulic_release_pressure": {
          "type": "number",
          "description": "Hydraulic Release Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "internal_working_pressure": {
          "type": "object",
          "properties": {
            "pressure": {
              "type": "number",
              "description": "Pressure At Specified Temperature (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "temperature": {
              "type": "number",
              "description": "Temperature for Pressure (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "density": {
              "type": "number",
              "description": "Density (Density, kilogram per cubic meter, kg/m3)",
              "format": "double",
              "nullable": true
            },
            "material_anisotropy_rating": {
              "type": "number",
              "description": "Anisotropy Rating",
              "format": "double",
              "nullable": true
            },
            "material_spec_heat_capacity": {
              "type": "number",
              "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_conductivity": {
              "type": "number",
              "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_expansion_coefficient": {
              "type": "number",
              "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
              "format": "double",
              "nullable": true
            },
            "material_type": {
              "type": "string",
              "description": "Material Type"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "non_mag_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "poisson_ratio": {
              "type": "number",
              "description": "Poisson Ratio",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "youngs_modulus": {
              "type": "number",
              "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
              "format": "double",
              "nullable": true
            }
          }
        },
        "material_elastomer": {
          "type": "string",
          "description": "Material Elastomer"
        },
        "max_casing_weight": {
          "type": "number",
          "description": "Max. Casing Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "max_circulation_rate": {
          "type": "number",
          "description": "Max. Circulation Rate (CementUnitOutput, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "max_running_tool_carrying_capacity": {
          "type": "number",
          "description": "Max. Running Tool Carrying Capacity (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "max_working_temperature": {
          "type": "number",
          "description": "Max. Working Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "mechanical_release_force": {
          "type": "number",
          "description": "Mechanical Release Force (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "min_casing_weight": {
          "type": "number",
          "description": "Min. Casing Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "min_inside_diameter": {
          "type": "number",
          "description": "Min. Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "min_working_temperature": {
          "type": "number",
          "description": "Min. Working Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "overall_length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "part_number": {
          "type": "string",
          "description": "Part Number"
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "revision": {
          "type": "string",
          "description": "Revision"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "running_tool_stickup": {
          "type": "number",
          "description": "Running Tool Stickup  (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "running_tool_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "Hydraulic Release"
            },
            {
              "value": "Right-Hand Rotation Release"
            },
            {
              "value": "Left-Hand Rotation Release"
            },
            {
              "value": "Other"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tensile_strength": {
          "type": "object",
          "properties": {
            "temperature": {
              "type": "number",
              "description": "Temperature for Tensile Strength (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensile Strength At Specified Temperature (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "tens_yield": {
          "type": "number",
          "description": "Tube Tensional Yield Strength (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torque_capacity": {
          "type": "object",
          "properties": {
            "temperature": {
              "type": "number",
              "description": "Temperature for Torque Capacity (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "torque_capacity": {
              "type": "number",
              "description": "Torque Capacity At Specified Temperature (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Approximate Tool Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        }
      }
    },
    "Collar": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "density": {
          "type": "number",
          "description": "Density (Density, kilogram per cubic meter, kg/m3)",
          "format": "double",
          "nullable": true
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material_anisotropy_rating": {
          "type": "number",
          "description": "Anisotropy Rating",
          "format": "double",
          "nullable": true
        },
        "material_spec_heat_capacity": {
          "type": "number",
          "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_conductivity": {
          "type": "number",
          "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_expansion_coefficient": {
          "type": "number",
          "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
          "format": "double",
          "nullable": true
        },
        "material_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "aluminum"
            },
            {
              "value": "other"
            },
            {
              "value": "monel"
            },
            {
              "value": "non-magnetic steel"
            },
            {
              "value": "steel"
            },
            {
              "value": "titanium"
            },
            {
              "value": "13Cr"
            },
            {
              "value": "Duplex"
            },
            {
              "value": "Aust1"
            },
            {
              "value": "Ni-3Mo"
            },
            {
              "value": "Ni-6Mo"
            },
            {
              "value": "Ni-16Mo"
            },
            {
              "value": "Brass"
            },
            {
              "value": "Matrix"
            },
            {
              "value": "Diamond"
            }
          ]
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "non_mag_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tube Tensional Yield Strength (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "youngs_modulus": {
          "type": "number",
          "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
          "format": "double",
          "nullable": true
        }
      }
    },
    "Crossover": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "burst_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "burst_pressure": {
          "type": "number",
          "description": "Burst Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "casing_centralizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "api_test_data": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "restoring_force": {
                      "type": "number",
                      "description": "Restoring Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "running_force": {
                      "type": "number",
                      "description": "Running Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "starting_force": {
                      "type": "number",
                      "description": "Starting Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "test_hole_size": {
                      "type": "number",
                      "description": "Hole Size (CylinderDiameter, meter, m)",
                      "format": "double",
                      "nullable": true
                    },
                    "uid": {
                      "type": "string",
                      "description": "Uid"
                    }
                  }
                }
              },
              "blade_count": {
                "type": "integer",
                "description": "Number of Blade",
                "format": "int32",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "catalog_name": {
                "type": "string",
                "description": "Catalog Name"
              },
              "catalog_uid": {
                "type": "string",
                "description": "Catalog Uid"
              },
              "catalog_version": {
                "type": "string",
                "description": "Catalog Version"
              },
              "centralizer_len": {
                "type": "number",
                "description": "Casing Centralizer Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_max_od": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_min_od": {
                "type": "number",
                "description": "Min Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_positions_to_bottom": {
                "type": "string",
                "description": "Casing Centralizer Positions String"
              },
              "centralizer_positions_to_bottom_arr": {
                "type": "array",
                "items": {
                  "type": "number"
                }
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "component_name": {
                "type": "string",
                "description": "Description"
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "manufacturer": {
                "type": "string",
                "description": "Vendor"
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "model_name": {
                "type": "string",
                "description": "Model Name"
              },
              "name": {
                "type": "string",
                "description": "Name"
              },
              "pattern_n": {
                "type": "integer",
                "description": "Placement Pattern P/N - Joint Number",
                "format": "int32",
                "nullable": true
              },
              "pattern_p": {
                "type": "integer",
                "description": "Placement Pattern P/N - Centralizer Number",
                "format": "int32",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "pipe_size": {
                "type": "number",
                "description": "Pipe Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "remarks": {
                "type": "string",
                "description": "Remarks"
              },
              "source": {
                "type": "string",
                "description": "Source"
              },
              "start_distance_to_bottom": {
                "type": "number",
                "description": "Start Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "start_joint_num": {
                "type": "integer",
                "description": "Index of Start Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "stop_distance_to_bottom": {
                "type": "number",
                "description": "Stop Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "stop_joint_num": {
                "type": "integer",
                "description": "Index of Stop Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "collapse_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "Y"
            },
            {
              "value": "P"
            },
            {
              "value": "T"
            },
            {
              "value": "E"
            },
            {
              "value": "U"
            }
          ]
        },
        "collapse_pressure": {
          "type": "number",
          "description": "Collapse Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "compression_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "compressive_yield": {
          "type": "number",
          "description": "Compression Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "connection_envelope": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "pressure": {
                "type": "number",
                "description": "Pressure (Pressure, pascal, Pa)",
                "format": "double",
                "nullable": true
              },
              "tension": {
                "type": "number",
                "description": "Tension (Force, newton, N)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "coupler": {
          "type": "object",
          "properties": {
            "coupler_length": {
              "type": "number",
              "description": "Coupler Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "hydro_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "leak_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "density": {
              "type": "number",
              "description": "Density (Density, kilogram per cubic meter, kg/m3)",
              "format": "double",
              "nullable": true
            },
            "material_anisotropy_rating": {
              "type": "number",
              "description": "Anisotropy Rating",
              "format": "double",
              "nullable": true
            },
            "material_spec_heat_capacity": {
              "type": "number",
              "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_conductivity": {
              "type": "number",
              "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_expansion_coefficient": {
              "type": "number",
              "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
              "format": "double",
              "nullable": true
            },
            "material_type": {
              "type": "string",
              "description": "Material Type"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "non_mag_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "poisson_ratio": {
              "type": "number",
              "description": "Poisson Ratio",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "youngs_modulus": {
              "type": "number",
              "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
              "format": "double",
              "nullable": true
            }
          }
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "od_tolerance": {
          "type": "number",
          "description": "OD Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Default Wall Loss(%) (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "sour_service_min_temperature": {
          "type": "number",
          "description": "Sour Service Minimum Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "temperature_derating": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "derating_lower_temperature": {
              "type": "number",
              "description": "Lower Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "derating_type": {
              "type": "string",
              "description": "Derating Model"
            },
            "derating_upper_temperature": {
              "type": "number",
              "description": "Upper Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "m0": {
              "type": "number",
              "description": "M0",
              "format": "double",
              "nullable": true
            },
            "m1": {
              "type": "number",
              "description": "M1",
              "format": "double",
              "nullable": true
            },
            "m2": {
              "type": "number",
              "description": "M2",
              "format": "double",
              "nullable": true
            },
            "m3": {
              "type": "number",
              "description": "M3",
              "format": "double",
              "nullable": true
            },
            "m4": {
              "type": "number",
              "description": "M4",
              "format": "double",
              "nullable": true
            },
            "m5": {
              "type": "number",
              "description": "M5",
              "format": "double",
              "nullable": true
            },
            "m6": {
              "type": "number",
              "description": "M6",
              "format": "double",
              "nullable": true
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tension_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tension Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "thick_wall": {
          "type": "number",
          "description": "Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wall_tolerance": {
          "type": "number",
          "description": "Wall Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        }
      }
    },
    "DrillPipe": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "density": {
          "type": "number",
          "description": "Density (Density, kilogram per cubic meter, kg/m3)",
          "format": "double",
          "nullable": true
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "heavy_weight_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material_anisotropy_rating": {
          "type": "number",
          "description": "Anisotropy Rating",
          "format": "double",
          "nullable": true
        },
        "material_spec_heat_capacity": {
          "type": "number",
          "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_conductivity": {
          "type": "number",
          "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_expansion_coefficient": {
          "type": "number",
          "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
          "format": "double",
          "nullable": true
        },
        "material_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "aluminum"
            },
            {
              "value": "other"
            },
            {
              "value": "monel"
            },
            {
              "value": "non-magnetic steel"
            },
            {
              "value": "steel"
            },
            {
              "value": "titanium"
            },
            {
              "value": "13Cr"
            },
            {
              "value": "Duplex"
            },
            {
              "value": "Aust1"
            },
            {
              "value": "Ni-3Mo"
            },
            {
              "value": "Ni-6Mo"
            },
            {
              "value": "Ni-16Mo"
            },
            {
              "value": "Brass"
            },
            {
              "value": "Matrix"
            },
            {
              "value": "Diamond"
            }
          ]
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "non_mag_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Wear Percentage (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "pipe_protectors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "count": {
                "type": "integer",
                "description": "Count",
                "format": "int32",
                "nullable": true
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "device_spacing": {
                "type": "number",
                "description": "Device Spacing (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_from_bottom_device_to_bottom_of_tubular": {
                "type": "number",
                "description": "Distance from bottom device to bottom of tubular (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "length_of_individual_device": {
                "type": "number",
                "description": "Length of individual device (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length_of_interval_containing_devices": {
                "type": "number",
                "description": "Length of interval containing devices (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "max_outside_diameter": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tube Tensional Yield Strength (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tool_joint": {
          "type": "object",
          "properties": {
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "tool_joint_length": {
              "type": "number",
              "description": "Tool Joint Length (BOX + PIN) (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "used_class": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "New"
            },
            {
              "value": "Premium"
            },
            {
              "value": "10% Wear"
            },
            {
              "value": "Class 2"
            }
          ]
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "youngs_modulus": {
          "type": "number",
          "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
          "format": "double",
          "nullable": true
        }
      }
    },
    "HWDP": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "density": {
          "type": "number",
          "description": "Density (Density, kilogram per cubic meter, kg/m3)",
          "format": "double",
          "nullable": true
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "heavy_weight_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material_anisotropy_rating": {
          "type": "number",
          "description": "Anisotropy Rating",
          "format": "double",
          "nullable": true
        },
        "material_spec_heat_capacity": {
          "type": "number",
          "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_conductivity": {
          "type": "number",
          "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
          "format": "double",
          "nullable": true
        },
        "material_thermal_expansion_coefficient": {
          "type": "number",
          "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
          "format": "double",
          "nullable": true
        },
        "material_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "aluminum"
            },
            {
              "value": "other"
            },
            {
              "value": "monel"
            },
            {
              "value": "non-magnetic steel"
            },
            {
              "value": "steel"
            },
            {
              "value": "titanium"
            },
            {
              "value": "13Cr"
            },
            {
              "value": "Duplex"
            },
            {
              "value": "Aust1"
            },
            {
              "value": "Ni-3Mo"
            },
            {
              "value": "Ni-6Mo"
            },
            {
              "value": "Ni-16Mo"
            },
            {
              "value": "Brass"
            },
            {
              "value": "Matrix"
            },
            {
              "value": "Diamond"
            }
          ]
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "non_mag_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Wear Percentage (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "pipe_protectors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "count": {
                "type": "integer",
                "description": "Count",
                "format": "int32",
                "nullable": true
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "device_spacing": {
                "type": "number",
                "description": "Device Spacing (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_from_bottom_device_to_bottom_of_tubular": {
                "type": "number",
                "description": "Distance from bottom device to bottom of tubular (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "length_of_individual_device": {
                "type": "number",
                "description": "Length of individual device (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length_of_interval_containing_devices": {
                "type": "number",
                "description": "Length of interval containing devices (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "max_outside_diameter": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tube Tensional Yield Strength (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tool_joint": {
          "type": "object",
          "properties": {
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "tool_joint_length": {
              "type": "number",
              "description": "Tool Joint Length (BOX + PIN) (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tensional Yield Strength (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "used_class": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "New"
            },
            {
              "value": "Premium"
            },
            {
              "value": "10% Wear"
            },
            {
              "value": "Class 2"
            }
          ]
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "youngs_modulus": {
          "type": "number",
          "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
          "format": "double",
          "nullable": true
        }
      }
    },
    "StageCollar": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bottom_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "burst_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "burst_pressure": {
          "type": "number",
          "description": "Burst Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "business_system_name": {
          "type": "string",
          "description": "Business System Name"
        },
        "business_system_names": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Alias Name"
              },
              "source": {
                "type": "string",
                "description": "Alias Source"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "casing_centralizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "api_test_data": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "restoring_force": {
                      "type": "number",
                      "description": "Restoring Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "running_force": {
                      "type": "number",
                      "description": "Running Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "starting_force": {
                      "type": "number",
                      "description": "Starting Force (HighForce, newton, N)",
                      "format": "double",
                      "nullable": true
                    },
                    "test_hole_size": {
                      "type": "number",
                      "description": "Hole Size (CylinderDiameter, meter, m)",
                      "format": "double",
                      "nullable": true
                    },
                    "uid": {
                      "type": "string",
                      "description": "Uid"
                    }
                  }
                }
              },
              "blade_count": {
                "type": "integer",
                "description": "Number of Blade",
                "format": "int32",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Straight"
                  },
                  {
                    "value": "Spiral"
                  },
                  {
                    "value": "Axial Roller"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "catalog_name": {
                "type": "string",
                "description": "Catalog Name"
              },
              "catalog_uid": {
                "type": "string",
                "description": "Catalog Uid"
              },
              "catalog_version": {
                "type": "string",
                "description": "Catalog Version"
              },
              "centralizer_len": {
                "type": "number",
                "description": "Casing Centralizer Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_max_od": {
                "type": "number",
                "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_min_od": {
                "type": "number",
                "description": "Min Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "centralizer_positions_to_bottom": {
                "type": "string",
                "description": "Casing Centralizer Positions String"
              },
              "centralizer_positions_to_bottom_arr": {
                "type": "array",
                "items": {
                  "type": "number"
                }
              },
              "centralizer_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "Bow Spring"
                  },
                  {
                    "value": "Semi Rigid"
                  },
                  {
                    "value": "Rigid"
                  },
                  {
                    "value": "None"
                  }
                ]
              },
              "component_name": {
                "type": "string",
                "description": "Description"
              },
              "description": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Centralizer"
                  },
                  {
                    "value": "Friction Reduction Tool"
                  },
                  {
                    "value": "Casing/Drillpipe Protector"
                  },
                  {
                    "value": "Misc"
                  }
                ]
              },
              "free_rotating": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "manufacturer": {
                "type": "string",
                "description": "Vendor"
              },
              "material_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "aluminum"
                  },
                  {
                    "value": "beryllium copper"
                  },
                  {
                    "value": "chrome alloy"
                  },
                  {
                    "value": "composite"
                  },
                  {
                    "value": "other"
                  },
                  {
                    "value": "monel"
                  },
                  {
                    "value": "non-magnetic steel"
                  },
                  {
                    "value": "plastic"
                  },
                  {
                    "value": "steel"
                  },
                  {
                    "value": "steel alloy"
                  },
                  {
                    "value": "titanium"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "model_name": {
                "type": "string",
                "description": "Model Name"
              },
              "name": {
                "type": "string",
                "description": "Name"
              },
              "pattern_n": {
                "type": "integer",
                "description": "Placement Pattern P/N - Joint Number",
                "format": "int32",
                "nullable": true
              },
              "pattern_p": {
                "type": "integer",
                "description": "Placement Pattern P/N - Centralizer Number",
                "format": "int32",
                "nullable": true
              },
              "percent_drag_reduction": {
                "type": "number",
                "description": "% Drag Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "percent_torque_reduction": {
                "type": "number",
                "description": "% Torque Reduction (Percent, dimensionless,  )",
                "format": "double",
                "nullable": true
              },
              "pipe_size": {
                "type": "number",
                "description": "Pipe Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "remarks": {
                "type": "string",
                "description": "Remarks"
              },
              "source": {
                "type": "string",
                "description": "Source"
              },
              "start_distance_to_bottom": {
                "type": "number",
                "description": "Start Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "start_joint_num": {
                "type": "integer",
                "description": "Index of Start Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "stop_distance_to_bottom": {
                "type": "number",
                "description": "Stop Distance to Component Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "stop_joint_num": {
                "type": "integer",
                "description": "Index of Stop Joint from bottom of Casing",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "weight_of_individual_device": {
                "type": "number",
                "description": "Weight Of Individual Device (Mass, kilogram, kg)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "catalog_name": {
          "type": "string",
          "description": "Catalog Name"
        },
        "catalog_uid": {
          "type": "string",
          "description": "Catalog Uid"
        },
        "catalog_version": {
          "type": "string",
          "description": "Catalog Version"
        },
        "collapse_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "Y"
            },
            {
              "value": "P"
            },
            {
              "value": "T"
            },
            {
              "value": "E"
            },
            {
              "value": "U"
            }
          ]
        },
        "collapse_pressure": {
          "type": "number",
          "description": "Collapse Rating (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "component_name": {
          "type": "string",
          "description": "Description"
        },
        "compression_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "compressive_yield": {
          "type": "number",
          "description": "Compression Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "connection_envelope": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "pressure": {
                "type": "number",
                "description": "Pressure (Pressure, pascal, Pa)",
                "format": "double",
                "nullable": true
              },
              "tension": {
                "type": "number",
                "description": "Tension (Force, newton, N)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "coupler": {
          "type": "object",
          "properties": {
            "coupler_length": {
              "type": "number",
              "description": "Coupler Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "nominal_outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "percent_wear": {
              "type": "number",
              "description": "Wear Percentage (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "displacement_volume": {
          "type": "number",
          "description": "Displacement Volume (Volume, cubic meter, m3)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max": {
          "type": "number",
          "description": "Max. DLS Rotating (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_rotating_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "dls_sliding_max": {
          "type": "number",
          "description": "Max. DLS Sliding (DogLegSeverity, radian per meter, rad/m)",
          "format": "double",
          "nullable": true
        },
        "dls_sliding_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "drift_diameter": {
          "type": "number",
          "description": "Drift Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_diameter": {
          "type": "number",
          "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_inside_diameter": {
          "type": "number",
          "description": "Fishing Neck Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "fish_neck_length": {
          "type": "number",
          "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max": {
          "type": "number",
          "description": "Max. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "flow_rate_min": {
          "type": "number",
          "description": "Min. Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "flow_rate_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "hydrostatic_test_pressure": {
          "type": "number",
          "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "hydro_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_obsolete": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "joint_count": {
          "type": "integer",
          "description": "Joint Count",
          "format": "int32",
          "nullable": true
        },
        "leak_test_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            },
            {
              "value": "F"
            },
            {
              "value": "L"
            },
            {
              "value": "R"
            },
            {
              "value": "U"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "len_joint_av": {
          "type": "number",
          "description": "Average Joint Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "magnetic_pole_strength": {
          "type": "number",
          "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "manufacturer": {
          "type": "string",
          "description": "Vendor"
        },
        "material": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "density": {
              "type": "number",
              "description": "Density (Density, kilogram per cubic meter, kg/m3)",
              "format": "double",
              "nullable": true
            },
            "material_anisotropy_rating": {
              "type": "number",
              "description": "Anisotropy Rating",
              "format": "double",
              "nullable": true
            },
            "material_spec_heat_capacity": {
              "type": "number",
              "description": "Specific Heat Capacity (SpecificHeatCapacity, joules per kilogram per degree Kelvin, J/(kg.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_conductivity": {
              "type": "number",
              "description": "Thermal Conductivity (ThermalConductivity, watt per meter per degree Kelvin, W/(m.K))",
              "format": "double",
              "nullable": true
            },
            "material_thermal_expansion_coefficient": {
              "type": "number",
              "description": "Thermal Expansion Coefficient (ThermalExpansionCoefficient, per delta Kelvin, 1/K)",
              "format": "double",
              "nullable": true
            },
            "material_type": {
              "type": "string",
              "description": "Material Type"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "non_mag_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "poisson_ratio": {
              "type": "number",
              "description": "Poisson Ratio",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "youngs_modulus": {
              "type": "number",
              "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
              "format": "double",
              "nullable": true
            }
          }
        },
        "max_make_up_torque": {
          "type": "number",
          "description": "Max Makeup Torque (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "max_outside_diameter": {
          "type": "number",
          "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_inside_diameter": {
          "type": "number",
          "description": "Nominal Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_linear_weight": {
          "type": "number",
          "description": "Nominal Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "nominal_outside_diameter": {
          "type": "number",
          "description": "Nominal Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "nominal_wall_thickness": {
          "type": "number",
          "description": "Nominal Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "od_tolerance": {
          "type": "number",
          "description": "OD Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max": {
          "type": "number",
          "description": "Max. Operating Pressure (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "operating_pressure_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "operating_temperature_max": {
          "type": "number",
          "description": "Max. Operating Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "operating_temperature_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "outside_diameter": {
          "type": "number",
          "description": "Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "percent_wear": {
          "type": "number",
          "description": "Default Wall Loss(%) (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm_max": {
          "type": "number",
          "description": "Max. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "rpm_min": {
          "type": "number",
          "description": "Min. RPM (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "sour_service_min_temperature": {
          "type": "number",
          "description": "Sour Service Minimum Temperature (Temperature, kelvin, K)",
          "format": "double",
          "nullable": true
        },
        "standardization_name": {
          "type": "string",
          "description": "Standardization Name"
        },
        "steel_grade": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "grade_type": {
              "type": "string",
              "description": "Grade"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "tensile_ultimate_stress": {
              "type": "number",
              "description": "Min. Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "tensile_yield_stress": {
              "type": "number",
              "description": "Min. Yield Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "stiffness_ratio": {
          "type": "number",
          "description": "Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "stress_fatig": {
          "type": "number",
          "description": "Fatigue Stress (Strength, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "temperature_derating": {
          "type": "object",
          "properties": {
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "derating_lower_temperature": {
              "type": "number",
              "description": "Lower Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "derating_type": {
              "type": "string",
              "description": "Derating Model"
            },
            "derating_upper_temperature": {
              "type": "number",
              "description": "Upper Temperature (Temperature, kelvin, K)",
              "format": "double",
              "nullable": true
            },
            "m0": {
              "type": "number",
              "description": "M0",
              "format": "double",
              "nullable": true
            },
            "m1": {
              "type": "number",
              "description": "M1",
              "format": "double",
              "nullable": true
            },
            "m2": {
              "type": "number",
              "description": "M2",
              "format": "double",
              "nullable": true
            },
            "m3": {
              "type": "number",
              "description": "M3",
              "format": "double",
              "nullable": true
            },
            "m4": {
              "type": "number",
              "description": "M4",
              "format": "double",
              "nullable": true
            },
            "m5": {
              "type": "number",
              "description": "M5",
              "format": "double",
              "nullable": true
            },
            "m6": {
              "type": "number",
              "description": "M6",
              "format": "double",
              "nullable": true
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "tensile_load_max": {
          "type": "number",
          "description": "Max. Tensile Load (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "tensile_load_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "tension_cause": {
          "type": "object",
          "oneOf": [
            {
              "value": "B"
            }
          ]
        },
        "tens_yield": {
          "type": "number",
          "description": "Tension Rating (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "thick_wall": {
          "type": "number",
          "description": "Wall Thickness (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "top_connector": {
          "type": "object",
          "properties": {
            "api_connection_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "bsr": {
              "type": "number",
              "description": "Connection BSR",
              "format": "double",
              "nullable": true
            },
            "burst_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "F"
                },
                {
                  "value": "R"
                },
                {
                  "value": "U"
                }
              ]
            },
            "burst_pressure": {
              "type": "number",
              "description": "Burst Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "catalog_name": {
              "type": "string",
              "description": "Catalog Name"
            },
            "catalog_uid": {
              "type": "string",
              "description": "Catalog Uid"
            },
            "catalog_version": {
              "type": "string",
              "description": "Catalog Version"
            },
            "collapse_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "U"
                }
              ]
            },
            "collapse_pressure": {
              "type": "number",
              "description": "Collapse Rating (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "compression_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "compressive_yield": {
              "type": "number",
              "description": "Compression Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "connector_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 AMMT"
                },
                {
                  "value": "1-1/2 AMMT"
                },
                {
                  "value": "1-1/2 Hydrill"
                },
                {
                  "value": "1-1/2 REG"
                },
                {
                  "value": "1-1/4 REG"
                },
                {
                  "value": "1-7/8 REG"
                },
                {
                  "value": "2-3/8 H90"
                },
                {
                  "value": "2-3/8 IF"
                },
                {
                  "value": "2-3/8 OH"
                },
                {
                  "value": "2-3/8 PAC"
                },
                {
                  "value": "2-3/8 REG"
                },
                {
                  "value": "2-3/8 SL-H90"
                },
                {
                  "value": "2-3/8 WO"
                },
                {
                  "value": "2-7/8 HTPAC"
                },
                {
                  "value": "2-7/8 OH"
                },
                {
                  "value": "2-7/8 OHSW"
                },
                {
                  "value": "2-7/8 PAC"
                },
                {
                  "value": "2-7/8 REG"
                },
                {
                  "value": "2-7/8 SL-H90"
                },
                {
                  "value": "2-7/8 WO"
                },
                {
                  "value": "2-7/8 XH"
                },
                {
                  "value": "2-7/8 XH-SH"
                },
                {
                  "value": "3-1/2 FH"
                },
                {
                  "value": "3-1/2 H90"
                },
                {
                  "value": "3-1/2 IF"
                },
                {
                  "value": "3-1/2 OHLW"
                },
                {
                  "value": "3-1/2 OHSW"
                },
                {
                  "value": "3-1/2 REG"
                },
                {
                  "value": "3-1/2 SH"
                },
                {
                  "value": "3-1/2 SL-H90"
                },
                {
                  "value": "3-1/2 WO"
                },
                {
                  "value": "3-1/2 XH"
                },
                {
                  "value": "3-1/2 XH-SH"
                },
                {
                  "value": "3-3/16 SL-H90"
                },
                {
                  "value": "4 FH"
                },
                {
                  "value": "4 H90"
                },
                {
                  "value": "4 IF"
                },
                {
                  "value": "4 OHLW"
                },
                {
                  "value": "4 OHSW"
                },
                {
                  "value": "4 REG"
                },
                {
                  "value": "4 SH"
                },
                {
                  "value": "4 WO"
                },
                {
                  "value": "4 XH-SH"
                },
                {
                  "value": "4-1/2 FH"
                },
                {
                  "value": "4-1/2 H90"
                },
                {
                  "value": "4-1/2 IF"
                },
                {
                  "value": "4-1/2 OHSW"
                },
                {
                  "value": "4-1/2 REG"
                },
                {
                  "value": "4-1/2 WO"
                },
                {
                  "value": "4-1/2 XH"
                },
                {
                  "value": "5 H90"
                },
                {
                  "value": "5-1/2 FH"
                },
                {
                  "value": "5-1/2 H90"
                },
                {
                  "value": "5-1/2 IF"
                },
                {
                  "value": "5-1/2 REG"
                },
                {
                  "value": "6-5/8 FH"
                },
                {
                  "value": "6-5/8 H90"
                },
                {
                  "value": "6-5/8 IF"
                },
                {
                  "value": "6-5/8 REG"
                },
                {
                  "value": "7 FH"
                },
                {
                  "value": "7 H90"
                },
                {
                  "value": "7 IF"
                },
                {
                  "value": "7 REG"
                },
                {
                  "value": "7-5/8 FH"
                },
                {
                  "value": "7-5/8 H90"
                },
                {
                  "value": "7-5/8 IF"
                },
                {
                  "value": "7-5/8 REG"
                },
                {
                  "value": "7-7/8 REG"
                },
                {
                  "value": "8-5/8 H90"
                },
                {
                  "value": "8-5/8 REG"
                },
                {
                  "value": "CT-M43"
                },
                {
                  "value": "GPDS 26"
                },
                {
                  "value": "GPDS 31"
                },
                {
                  "value": "GPDS 38"
                },
                {
                  "value": "GPDS 40"
                },
                {
                  "value": "GPDS 46"
                },
                {
                  "value": "GPDS 50"
                },
                {
                  "value": "GPDS 55"
                },
                {
                  "value": "GPDS 58"
                },
                {
                  "value": "GPDS 65"
                },
                {
                  "value": "GT-M69"
                },
                {
                  "value": "HT26"
                },
                {
                  "value": "HT31"
                },
                {
                  "value": "HT38"
                },
                {
                  "value": "HT40"
                },
                {
                  "value": "HT46"
                },
                {
                  "value": "HT50"
                },
                {
                  "value": "HT55"
                },
                {
                  "value": "HT65"
                },
                {
                  "value": "NC23"
                },
                {
                  "value": "NC26"
                },
                {
                  "value": "NC31"
                },
                {
                  "value": "NC35"
                },
                {
                  "value": "NC38"
                },
                {
                  "value": "NC40"
                },
                {
                  "value": "NC44"
                },
                {
                  "value": "NC46"
                },
                {
                  "value": "NC50"
                },
                {
                  "value": "NC56"
                },
                {
                  "value": "NC61"
                },
                {
                  "value": "NC70"
                },
                {
                  "value": "NC77"
                },
                {
                  "value": "T-20"
                },
                {
                  "value": "T-38"
                },
                {
                  "value": "TT 585"
                },
                {
                  "value": "V-040"
                },
                {
                  "value": "V-055"
                },
                {
                  "value": "VX24"
                },
                {
                  "value": "VX26"
                },
                {
                  "value": "VX28"
                },
                {
                  "value": "VX31"
                },
                {
                  "value": "VX34"
                },
                {
                  "value": "VX38"
                },
                {
                  "value": "VX39"
                },
                {
                  "value": "VX40"
                },
                {
                  "value": "VX46"
                },
                {
                  "value": "VX50"
                },
                {
                  "value": "VX54"
                },
                {
                  "value": "VX57"
                },
                {
                  "value": "VX65"
                },
                {
                  "value": "VX69"
                },
                {
                  "value": "WT23"
                },
                {
                  "value": "WT26"
                },
                {
                  "value": "WT31"
                },
                {
                  "value": "WT38"
                },
                {
                  "value": "WT39"
                },
                {
                  "value": "WT40"
                },
                {
                  "value": "WT46"
                },
                {
                  "value": "WT50"
                },
                {
                  "value": "WT54"
                },
                {
                  "value": "WT56"
                },
                {
                  "value": "XT24"
                },
                {
                  "value": "XT26"
                },
                {
                  "value": "XT31"
                },
                {
                  "value": "XT38"
                },
                {
                  "value": "XT39"
                },
                {
                  "value": "XT40"
                },
                {
                  "value": "XT43"
                },
                {
                  "value": "XT46"
                },
                {
                  "value": "XT50"
                },
                {
                  "value": "XT54"
                },
                {
                  "value": "XT55"
                },
                {
                  "value": "XT57"
                },
                {
                  "value": "XT65"
                },
                {
                  "value": "XT-M39"
                },
                {
                  "value": "XT-M40"
                },
                {
                  "value": "XT-M46"
                },
                {
                  "value": "XT-M57"
                },
                {
                  "value": "3-66"
                },
                {
                  "value": "3-76"
                },
                {
                  "value": "3-88"
                },
                {
                  "value": "3-117"
                },
                {
                  "value": "3-140"
                },
                {
                  "value": "3-152"
                },
                {
                  "value": "3-177"
                },
                {
                  "value": "3-201"
                },
                {
                  "value": "3-101"
                },
                {
                  "value": "3-108"
                },
                {
                  "value": "3-121"
                },
                {
                  "value": "3-147"
                },
                {
                  "value": "3-171"
                },
                {
                  "value": "3-73"
                },
                {
                  "value": "3-86"
                },
                {
                  "value": "3-102"
                },
                {
                  "value": "3-122"
                },
                {
                  "value": "3-133"
                },
                {
                  "value": "3-162"
                },
                {
                  "value": "5 1/2-4-0.75 V038R"
                },
                {
                  "value": "SLB 4.09-6-1.25"
                },
                {
                  "value": "2-11/16 SA"
                },
                {
                  "value": "3SB"
                },
                {
                  "value": "Blue"
                },
                {
                  "value": "BTC"
                },
                {
                  "value": "BTCH"
                },
                {
                  "value": "BTCHM"
                },
                {
                  "value": "BTCM"
                },
                {
                  "value": "BTCS"
                },
                {
                  "value": "BTCSH"
                },
                {
                  "value": "BTCSHM"
                },
                {
                  "value": "BTCSM"
                },
                {
                  "value": "ER"
                },
                {
                  "value": "EUE"
                },
                {
                  "value": "EUES"
                },
                {
                  "value": "HW"
                },
                {
                  "value": "IFJ"
                },
                {
                  "value": "KTS"
                },
                {
                  "value": "LTC"
                },
                {
                  "value": "LTCM"
                },
                {
                  "value": "MIJ"
                },
                {
                  "value": "IJ"
                },
                {
                  "value": "MS"
                },
                {
                  "value": "MS28"
                },
                {
                  "value": "MS28XT/XC"
                },
                {
                  "value": "MSXT/XC"
                },
                {
                  "value": "MTC"
                },
                {
                  "value": "NUE"
                },
                {
                  "value": "NUEM"
                },
                {
                  "value": "OTTG"
                },
                {
                  "value": "OTTGS"
                },
                {
                  "value": "OTTM"
                },
                {
                  "value": "OTTMS"
                },
                {
                  "value": "RTS"
                },
                {
                  "value": "SLH"
                },
                {
                  "value": "STC"
                },
                {
                  "value": "STCM"
                },
                {
                  "value": "TBO"
                },
                {
                  "value": "XL"
                },
                {
                  "value": "PJD"
                }
              ]
            },
            "critical_cross_section": {
              "type": "number",
              "description": "Critical Cross Section (Area, square meter, m2)",
              "format": "double",
              "nullable": true
            },
            "diameter_at_last_engaged_thread": {
              "type": "number",
              "description": "Diameter at LET (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fatigue_coefficients": {
              "type": "object",
              "properties": {
                "mc_a": {
                  "type": "number",
                  "description": "MC_A",
                  "format": "double",
                  "nullable": true
                },
                "mc_b": {
                  "type": "number",
                  "description": "MC_B",
                  "format": "double",
                  "nullable": true
                },
                "mc_c": {
                  "type": "number",
                  "description": "MC_C",
                  "format": "double",
                  "nullable": true
                },
                "mc_d": {
                  "type": "number",
                  "description": "MC_D",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "feature": {
              "type": "string",
              "description": "Feature"
            },
            "gender": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Pin"
                },
                {
                  "value": "Box"
                },
                {
                  "value": "unknown"
                }
              ]
            },
            "hydrostatic_test_pressure": {
              "type": "number",
              "description": "Hydrostatic Test Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "is_bsr_valid": {
              "type": "string",
              "description": "Is Bsr Valid"
            },
            "leak_pressure": {
              "type": "number",
              "description": "Leak Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "length": {
              "type": "number",
              "description": "Connection Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "linear_weight": {
              "type": "number",
              "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
              "format": "double",
              "nullable": true
            },
            "liner_size": {
              "type": "number",
              "description": "Liner Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque": {
              "type": "number",
              "description": "Makeup Torque (HighTorque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "make_up_torque_warning": {
              "type": "string",
              "description": "Makeup Torque Warning"
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "optional_features": {
              "type": "string",
              "description": "Optional Features"
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "standardization_name": {
              "type": "string",
              "description": "Standardization Name"
            },
            "steel_grade": {
              "type": "object",
              "oneOf": [
                {
                  "value": "D-55"
                },
                {
                  "value": "E-75"
                },
                {
                  "value": "X-95"
                },
                {
                  "value": "G-105"
                },
                {
                  "value": "S-135"
                },
                {
                  "value": "Z-140"
                },
                {
                  "value": "V-150"
                },
                {
                  "value": "VM-95"
                },
                {
                  "value": "VM-105"
                },
                {
                  "value": "VM-120"
                },
                {
                  "value": "VM-135"
                },
                {
                  "value": "VM-140"
                },
                {
                  "value": "VM-150"
                },
                {
                  "value": "VM-165"
                },
                {
                  "value": "P550"
                },
                {
                  "value": "P750"
                },
                {
                  "value": "Inconel718"
                },
                {
                  "value": "J55"
                },
                {
                  "value": "K55"
                },
                {
                  "value": "C75"
                },
                {
                  "value": "C90"
                },
                {
                  "value": "C95"
                },
                {
                  "value": "L80"
                },
                {
                  "value": "N80"
                },
                {
                  "value": "P110"
                },
                {
                  "value": "T95"
                },
                {
                  "value": "Q125"
                },
                {
                  "value": "H40"
                },
                {
                  "value": "M65"
                },
                {
                  "value": "P105"
                },
                {
                  "value": "O95"
                },
                {
                  "value": "SC85"
                },
                {
                  "value": "U140"
                },
                {
                  "value": "B"
                },
                {
                  "value": "X52"
                },
                {
                  "value": "X56"
                },
                {
                  "value": "X80"
                },
                {
                  "value": "TN80HC"
                },
                {
                  "value": "TN95HC"
                },
                {
                  "value": "TN110HC"
                },
                {
                  "value": "TN125HC"
                },
                {
                  "value": "TN140HC"
                },
                {
                  "value": "TN80HS"
                },
                {
                  "value": "TN95HS"
                },
                {
                  "value": "TN110HS"
                },
                {
                  "value": "TN80SS"
                },
                {
                  "value": "TN90SS"
                },
                {
                  "value": "TN95SS"
                },
                {
                  "value": "TN100SS"
                },
                {
                  "value": "TN110SS"
                },
                {
                  "value": "TN55CS"
                },
                {
                  "value": "TN70CS"
                },
                {
                  "value": "TN75CS"
                },
                {
                  "value": "TN55LT"
                },
                {
                  "value": "TN80LT"
                },
                {
                  "value": "TN95LT"
                },
                {
                  "value": "TN110LT"
                },
                {
                  "value": "TN125LT"
                },
                {
                  "value": "TN140DW"
                },
                {
                  "value": "TN150DW"
                },
                {
                  "value": "D0075"
                },
                {
                  "value": "E0075"
                },
                {
                  "value": "D01"
                },
                {
                  "value": "E01"
                },
                {
                  "value": "K01"
                },
                {
                  "value": "L0075"
                },
                {
                  "value": "M0075"
                },
                {
                  "value": "P0075"
                },
                {
                  "value": "T0075"
                },
                {
                  "value": "L01"
                },
                {
                  "value": "M01"
                },
                {
                  "value": "P01"
                },
                {
                  "value": "T01"
                },
                {
                  "value": "D015"
                },
                {
                  "value": "E015"
                },
                {
                  "value": "K015"
                },
                {
                  "value": "L015"
                },
                {
                  "value": "M015"
                },
                {
                  "value": "P015"
                },
                {
                  "value": "T015"
                }
              ]
            },
            "stress_relief_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "tensile_strength": {
              "type": "number",
              "description": "Tension Rating (Force, newton, N)",
              "format": "double",
              "nullable": true
            },
            "tension_cause": {
              "type": "object",
              "oneOf": [
                {
                  "value": "M"
                },
                {
                  "value": "F"
                },
                {
                  "value": "J"
                },
                {
                  "value": "U"
                },
                {
                  "value": "S"
                }
              ]
            },
            "thread_category": {
              "type": "string",
              "description": "Thread Category"
            },
            "torsional_strength": {
              "type": "number",
              "description": "Torsional Yield Strength (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "upset_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "IU"
                },
                {
                  "value": "EU"
                },
                {
                  "value": "IEU"
                }
              ]
            }
          }
        },
        "top_stiffness_ratio": {
          "type": "number",
          "description": "Top Stiffness Ratio",
          "format": "double",
          "nullable": true
        },
        "torsional_stiffness": {
          "type": "number",
          "description": "Tube Torsional Stiffness (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "tq_yield": {
          "type": "number",
          "description": "Tube Torsional Yield Strength (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "uid": {
          "type": "string",
          "description": "Uid"
        },
        "wall_tolerance": {
          "type": "number",
          "description": "Wall Tolerance (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "wear_wall": {
          "type": "number",
          "description": "Wall Wear (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "weight": {
          "type": "number",
          "description": "Weight (Mass, kilogram, kg)",
          "format": "double",
          "nullable": true
        },
        "wob_max": {
          "type": "number",
          "description": "Max. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_max_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "wob_min": {
          "type": "number",
          "description": "Min. WOB (HighForce, newton, N)",
          "format": "double",
          "nullable": true
        },
        "wob_min_has_limit": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        }
      }
    }
  }
}