{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "bha_tool_string-v6",
  "type": "object",
  "description": "BHA 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": {
                "ACCELERATOR": "#/definitions/Accelerator",
                "AGITATOR": "#/definitions/Agitator",
                "AtBitSteerable": "#/definitions/AtBitSteerable",
                "BENTSUB": "#/definitions/BentSub",
                "BYPASSSUB": "#/definitions/BypassSub",
                "COLLAR": "#/definitions/Collar",
                "COREBARREL": "#/definitions/CoreBarrel",
                "BIT": "#/definitions/DrillBit",
                "MOTOR": "#/definitions/DrillMotor",
                "DP": "#/definitions/DrillPipe",
                "FLEXCOLLAR": "#/definitions/FlexCollar",
                "HWDP": "#/definitions/HWDP",
                "HOLEOPENER": "#/definitions/HoleOpener",
                "JAR": "#/definitions/Jar",
                "LWD": "#/definitions/Lwd",
                "MISCSUB": "#/definitions/MiscSub",
                "MWD": "#/definitions/Mwd",
                "REAMER": "#/definitions/Reamer",
                "RESTRICTORSUB": "#/definitions/RestrictorSub",
                "ROTARYSTEERABLE": "#/definitions/RotarySteerable",
                "SEGMENTEDCOLLAR": "#/definitions/SegmentedCollar",
                "SHOCKSUB": "#/definitions/ShockSub",
                "STABILIZER": "#/definitions/Stabilizer",
                "TURBINE": "#/definitions/Turbine"
              }
            },
            "oneOf": [
              {
                "$ref": "#/definitions/Accelerator"
              },
              {
                "$ref": "#/definitions/Agitator"
              },
              {
                "$ref": "#/definitions/AtBitSteerable"
              },
              {
                "$ref": "#/definitions/BentSub"
              },
              {
                "$ref": "#/definitions/BypassSub"
              },
              {
                "$ref": "#/definitions/Collar"
              },
              {
                "$ref": "#/definitions/CoreBarrel"
              },
              {
                "$ref": "#/definitions/DrillBit"
              },
              {
                "$ref": "#/definitions/DrillMotor"
              },
              {
                "$ref": "#/definitions/DrillPipe"
              },
              {
                "$ref": "#/definitions/FlexCollar"
              },
              {
                "$ref": "#/definitions/HWDP"
              },
              {
                "$ref": "#/definitions/HoleOpener"
              },
              {
                "$ref": "#/definitions/Jar"
              },
              {
                "$ref": "#/definitions/Lwd"
              },
              {
                "$ref": "#/definitions/MiscSub"
              },
              {
                "$ref": "#/definitions/Mwd"
              },
              {
                "$ref": "#/definitions/Reamer"
              },
              {
                "$ref": "#/definitions/RestrictorSub"
              },
              {
                "$ref": "#/definitions/RotarySteerable"
              },
              {
                "$ref": "#/definitions/SegmentedCollar"
              },
              {
                "$ref": "#/definitions/ShockSub"
              },
              {
                "$ref": "#/definitions/Stabilizer"
              },
              {
                "$ref": "#/definitions/Turbine"
              }
            ]
          }
        },
        "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"
        }
      }
    },
    "Accelerator": {
      "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"
            }
          ]
        },
        "free_stroke_down": {
          "type": "number",
          "description": "Free Stroke Down (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "free_stroke_up": {
          "type": "number",
          "description": "Free Stroke Up (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "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_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"
        },
        "spring_constant": {
          "type": "number",
          "description": "Spring Constant (SpringStiffness, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "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
        },
        "total_stroke": {
          "type": "number",
          "description": "Total Stroke (StandardDepthIndex, meter, 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
        }
      }
    },
    "Agitator": {
      "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"
        },
        "custom_pressure_drop_factor_constant": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "custom_pressure_drop_factor_linear": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
          "format": "double",
          "nullable": true
        },
        "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"
            }
          ]
        },
        "force_magnitude": {
          "type": "number",
          "description": "ForceMagnitude (Force, newton, N)",
          "format": "double",
          "nullable": true
        },
        "index": {
          "type": "string",
          "description": "Index"
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "is_force_input": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "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_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_deflection": {
          "type": "number",
          "description": "MaxDeflection (Length, meter, m)",
          "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"
        },
        "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
        },
        "pressure_area": {
          "type": "number",
          "description": "PressureArea (Area, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_factor": {
          "type": "number",
          "description": "Pressure Loss Factor",
          "format": "double",
          "nullable": true
        },
        "pressure_magnitude": {
          "type": "number",
          "description": "PressureMagnitude (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "pulse_frequency": {
          "type": "number",
          "description": "PulseFrequency (Frequency, hertz, Hz)",
          "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"
        },
        "shock_tool_length": {
          "type": "number",
          "description": "ShockToolLength (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "spring_rate": {
          "type": "number",
          "description": "SpringRate (ForcePerLength, newton per meter, N/m)",
          "format": "double",
          "nullable": true
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "AtBitSteerable": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bias_unit": {
          "type": "object",
          "properties": {
            "collar_sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "index": {
                    "type": "integer",
                    "description": "Position Index From Top",
                    "format": "int32",
                    "nullable": true
                  },
                  "inside_diameter": {
                    "type": "number",
                    "description": "Inside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "length": {
                    "type": "number",
                    "description": "Length (Length, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "linear_weight": {
                    "type": "number",
                    "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                    "format": "double",
                    "nullable": true
                  },
                  "outside_diameter": {
                    "type": "number",
                    "description": "Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "section_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "Common"
                      },
                      {
                        "value": "Eccentric"
                      },
                      {
                        "value": "EccentricWithConstrain"
                      },
                      {
                        "value": "Socket"
                      },
                      {
                        "value": "BentSub"
                      }
                    ]
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  }
                }
              }
            },
            "exhaust_nozzle": {
              "type": "number",
              "description": "Exhaust Nozzle (OilfieldGaugeLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "exhaust_nozzle_pressure_drop_coefficient": {
              "type": "number",
              "description": "Exhaust Nozzle Pressure Drop Coefficient",
              "format": "double",
              "nullable": true
            },
            "inlet_channel_diameter": {
              "type": "number",
              "description": "Inlet Channel Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "inlet_channel_pressure_drop_coefficient": {
              "type": "number",
              "description": "Inlet Channel Pressure Drop Coefficient",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "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
            },
            "max_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad": {
              "type": "object",
              "properties": {
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "pad1_angular_location": {
              "type": "number",
              "description": "Pad1 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "pad2_angular_location": {
              "type": "number",
              "description": "Pad2 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "pad3_angular_location": {
              "type": "number",
              "description": "Pad3 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "pad_count": {
              "type": "integer",
              "description": "Pad Count",
              "format": "int32",
              "nullable": true
            },
            "pad_length": {
              "type": "number",
              "description": "Pad Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_offset_to_bu_bottom": {
              "type": "number",
              "description": "Pad Offset To Bottom (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_abs_lower": {
              "type": "number",
              "description": "Absolute Lower Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_abs_upper": {
              "type": "number",
              "description": "Absolute Upper Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_rec_lower": {
              "type": "number",
              "description": "Recommended Lower Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_rec_upper": {
              "type": "number",
              "description": "Recommended Upper Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pads_outside_diameter": {
              "type": "number",
              "description": "Pads Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_width": {
              "type": "number",
              "description": "Pad Width (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "piston_count_per_group": {
              "type": "integer",
              "description": "Piston Count Per Group",
              "format": "int32",
              "nullable": true
            },
            "piston_group1_angular_location": {
              "type": "number",
              "description": "Piston Group1 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "piston_group2_angular_location": {
              "type": "number",
              "description": "Piston Group2 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "piston_group3_angular_location": {
              "type": "number",
              "description": "Piston Group3 Angular Location (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "piston_group_count": {
              "type": "integer",
              "description": "Piston Group Count",
              "format": "int32",
              "nullable": true
            },
            "piston_lower": {
              "type": "object",
              "properties": {
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "piston_upper": {
              "type": "object",
              "properties": {
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "pressure_drop_coef": {
              "type": "number",
              "description": "Pressure Loss Factor",
              "format": "double",
              "nullable": true
            },
            "push_force": {
              "type": "number",
              "description": "Push Force (HighForce, newton, N)",
              "format": "double",
              "nullable": true
            },
            "rotary_valve": {
              "type": "object",
              "properties": {
                "flow_coefficients": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uid": {
                        "type": "string",
                        "description": "Uid"
                      }
                    }
                  }
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "bit_class": {
          "type": "object",
          "oneOf": [
            {
              "value": "U"
            },
            {
              "value": "N"
            }
          ]
        },
        "bit_number": {
          "type": "integer",
          "description": "Number of Bit",
          "format": "int32",
          "nullable": true
        },
        "bit_pad_file_name": {
          "type": "string",
          "description": "Bit Pad File Name"
        },
        "bit_top_file_name": {
          "type": "string",
          "description": "Bit Top File Name"
        },
        "blade_top_extension": {
          "type": "number",
          "description": "Blade Top Extension (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_top_height": {
          "type": "number",
          "description": "Blade Top Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_top_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "blade_top_theta": {
          "type": "number",
          "description": "Blade Top Theta (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "bom": {
          "type": "string",
          "description": "BOM (Bill of Materials)"
        },
        "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"
        },
        "cond_final_bearing": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            },
            {
              "value": "E"
            },
            {
              "value": "F"
            },
            {
              "value": "N"
            },
            {
              "value": "X"
            }
          ]
        },
        "cond_final_dull": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BC"
            },
            {
              "value": "BF"
            },
            {
              "value": "BT"
            },
            {
              "value": "BU"
            },
            {
              "value": "CC"
            },
            {
              "value": "CD"
            },
            {
              "value": "CI"
            },
            {
              "value": "CR"
            },
            {
              "value": "CT"
            },
            {
              "value": "ER"
            },
            {
              "value": "FC"
            },
            {
              "value": "HC"
            },
            {
              "value": "JD"
            },
            {
              "value": "LC"
            },
            {
              "value": "LN"
            },
            {
              "value": "LT"
            },
            {
              "value": "NO"
            },
            {
              "value": "OC"
            },
            {
              "value": "PB"
            },
            {
              "value": "PN"
            },
            {
              "value": "RG"
            },
            {
              "value": "RO"
            },
            {
              "value": "SD"
            },
            {
              "value": "SS"
            },
            {
              "value": "TR"
            },
            {
              "value": "WO"
            },
            {
              "value": "WT"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_final_gauge": {
          "type": "string",
          "description": "Final Gauge Condition"
        },
        "cond_final_inner": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_final_location": {
          "type": "string",
          "description": "Final Location Condition"
        },
        "cond_final_other": {
          "type": "string",
          "description": "Final Other Condition"
        },
        "cond_final_outer": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_final_reason": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BHA"
            },
            {
              "value": "CM"
            },
            {
              "value": "CP"
            },
            {
              "value": "DMF"
            },
            {
              "value": "DP"
            },
            {
              "value": "DST"
            },
            {
              "value": "DTF"
            },
            {
              "value": "FM"
            },
            {
              "value": "HP"
            },
            {
              "value": "HR"
            },
            {
              "value": "LOG"
            },
            {
              "value": "PP"
            },
            {
              "value": "PR"
            },
            {
              "value": "RIG"
            },
            {
              "value": "TD"
            },
            {
              "value": "TQ"
            },
            {
              "value": "TW"
            },
            {
              "value": "WC"
            },
            {
              "value": "DSF"
            },
            {
              "value": "LIH"
            },
            {
              "value": "WO"
            },
            {
              "value": "RS"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_init_bearing": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            },
            {
              "value": "E"
            },
            {
              "value": "F"
            },
            {
              "value": "N"
            },
            {
              "value": "X"
            }
          ]
        },
        "cond_init_dull": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BC"
            },
            {
              "value": "BF"
            },
            {
              "value": "BT"
            },
            {
              "value": "BU"
            },
            {
              "value": "CC"
            },
            {
              "value": "CD"
            },
            {
              "value": "CI"
            },
            {
              "value": "CR"
            },
            {
              "value": "CT"
            },
            {
              "value": "ER"
            },
            {
              "value": "FC"
            },
            {
              "value": "HC"
            },
            {
              "value": "JD"
            },
            {
              "value": "LC"
            },
            {
              "value": "LN"
            },
            {
              "value": "LT"
            },
            {
              "value": "NO"
            },
            {
              "value": "OC"
            },
            {
              "value": "PB"
            },
            {
              "value": "PN"
            },
            {
              "value": "RG"
            },
            {
              "value": "RO"
            },
            {
              "value": "SD"
            },
            {
              "value": "SS"
            },
            {
              "value": "TR"
            },
            {
              "value": "WO"
            },
            {
              "value": "WT"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_init_gauge": {
          "type": "string",
          "description": "Initial Gauge Condition"
        },
        "cond_init_inner": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_init_location": {
          "type": "string",
          "description": "Initial Location Condition"
        },
        "cond_init_other": {
          "type": "string",
          "description": "Initial Other Condition"
        },
        "cond_init_outer": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_init_reason": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BHA"
            },
            {
              "value": "CM"
            },
            {
              "value": "CP"
            },
            {
              "value": "DMF"
            },
            {
              "value": "DP"
            },
            {
              "value": "DST"
            },
            {
              "value": "DTF"
            },
            {
              "value": "FM"
            },
            {
              "value": "HP"
            },
            {
              "value": "HR"
            },
            {
              "value": "LOG"
            },
            {
              "value": "PP"
            },
            {
              "value": "PR"
            },
            {
              "value": "RIG"
            },
            {
              "value": "TD"
            },
            {
              "value": "TQ"
            },
            {
              "value": "TW"
            },
            {
              "value": "WC"
            },
            {
              "value": "DSF"
            },
            {
              "value": "LIH"
            },
            {
              "value": "WO"
            },
            {
              "value": "RS"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "constant_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "control_unit": {
          "type": "object",
          "properties": {
            "collar_sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "index": {
                    "type": "integer",
                    "description": "Position Index From Top",
                    "format": "int32",
                    "nullable": true
                  },
                  "inside_diameter": {
                    "type": "number",
                    "description": "Inside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "length": {
                    "type": "number",
                    "description": "Length (Length, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "linear_weight": {
                    "type": "number",
                    "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                    "format": "double",
                    "nullable": true
                  },
                  "outside_diameter": {
                    "type": "number",
                    "description": "Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "section_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "Common"
                      },
                      {
                        "value": "Eccentric"
                      },
                      {
                        "value": "EccentricWithConstrain"
                      },
                      {
                        "value": "Socket"
                      },
                      {
                        "value": "BentSub"
                      }
                    ]
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  }
                }
              }
            },
            "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
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "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
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pressure_drop_coef": {
              "type": "number",
              "description": "Pressure Loss Factor",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "thick_wall": {
              "type": "number",
              "description": "Wall Thickness (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "cutter_pties": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "cutter_count": {
                "type": "integer",
                "description": "Cutter Count",
                "format": "int32",
                "nullable": true
              },
              "cutter_shape": {
                "type": "string",
                "description": "Cutter Shape"
              },
              "cutter_size": {
                "type": "number",
                "description": "Cutter Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_thickness": {
                "type": "number",
                "description": "Cutter Thickness (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_type": {
                "type": "string",
                "description": "Cutter Type"
              },
              "location": {
                "type": "string",
                "description": "Location"
              },
              "material": {
                "type": "string",
                "description": "Material"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "deflection_method": {
          "type": "object",
          "oneOf": [
            {
              "value": "point bit"
            },
            {
              "value": "push bit"
            },
            {
              "value": "hybrid"
            }
          ]
        },
        "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
        },
        "drill_bit_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "Bi-Center"
            },
            {
              "value": "Bullnose"
            },
            {
              "value": "Diamond"
            },
            {
              "value": "Diamond Core"
            },
            {
              "value": "Insert Roller Cone"
            },
            {
              "value": "Milled Tooth Bit"
            },
            {
              "value": "PDC"
            },
            {
              "value": "PDC Core"
            },
            {
              "value": "unknown"
            },
            {
              "value": "Generic"
            },
            {
              "value": "Percussion Hammer"
            }
          ]
        },
        "drill_hole_diameter": {
          "type": "number",
          "description": "Drill Hole Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "drive": {
          "type": "string",
          "description": "Bit drive type"
        },
        "extension_sub": {
          "type": "object",
          "properties": {
            "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_length": {
              "type": "number",
              "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "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
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "thick_wall": {
              "type": "number",
              "description": "Wall Thickness (CylinderDiameter, meter, m)",
              "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"
            }
          ]
        },
        "gauge_length": {
          "type": "number",
          "description": "Gauge Length (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_height": {
          "type": "number",
          "description": "Gauge Pads Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_spiral": {
          "type": "number",
          "description": "Gauge Pads Spiral Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_taper": {
          "type": "number",
          "description": "Gauge Pads Taper Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_undercut": {
          "type": "number",
          "description": "Gauge Pads Undercut (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_width": {
          "type": "number",
          "description": "Gauge Pads Width (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pad_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            }
          ]
        },
        "hole_size": {
          "type": "number",
          "description": "Hole Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "iadc_code": {
          "type": "string",
          "description": "Iadc Code"
        },
        "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"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
          "format": "double",
          "nullable": true
        },
        "linear_weight": {
          "type": "number",
          "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_angle": {
          "type": "number",
          "description": "Lo-Vibe Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_diameter": {
          "type": "number",
          "description": "Lo-Vibe Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_exposure": {
          "type": "number",
          "description": "Lo-Vibe Exposure (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "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_hole_size": {
          "type": "number",
          "description": "Max Hole Size (CylinderDiameter, meter, m)",
          "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
        },
        "mdoc_angle": {
          "type": "number",
          "description": "MDOC Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "mdoc_diameter": {
          "type": "number",
          "description": "MDOC Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_exposure": {
          "type": "number",
          "description": "MDOC Exposure (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "mdoc_length": {
          "type": "number",
          "description": "MDOC Length (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_offset": {
          "type": "number",
          "description": "MDOC Offset (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "min_hole_size": {
          "type": "number",
          "description": "Min Hole Size (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"
            }
          ]
        },
        "nozzle_flow_area": {
          "type": "number",
          "description": "Nozzle Total Flow Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "nozzles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (OilfieldGaugeLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "nozzle_count": {
                "type": "integer",
                "description": "Nozzle Count",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "octal_bit_size": {
          "type": "string",
          "description": "Octal Bit Size"
        },
        "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_speed": {
          "type": "number",
          "description": "Operating Speed (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "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
        },
        "pass_through_diameter": {
          "type": "number",
          "description": "Pass Through Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "pilot_bit_diameter": {
          "type": "number",
          "description": "Pilot Bit Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "portholes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Distance To ROP (StandardDepthIndex, 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"
                  }
                }
              },
              "fatigue_ref_no": {
                "type": "string",
                "description": "Fatigue Ref No"
              },
              "feature": {
                "type": "string",
                "description": "Feature"
              },
              "type": {
                "type": "string",
                "description": "Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "pressure_drop_coef": {
          "type": "number",
          "description": "Pressure Loss Factor",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_input_option": {
          "type": "object",
          "oneOf": [
            {
              "value": "Pressure Loss Factor"
            },
            {
              "value": "Pressure Drop Linear/Constant"
            },
            {
              "value": "Collar ID & Length"
            }
          ]
        },
        "product_status": {
          "type": "object",
          "oneOf": [
            {
              "value": "Active"
            },
            {
              "value": "Evaluation"
            },
            {
              "value": "Obsolete"
            },
            {
              "value": " "
            }
          ]
        },
        "read_out_port_offset": {
          "type": "number",
          "description": "ROP / Flat on Collar Offset (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "rss_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "sensors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "sensor_type": {
                "type": "string",
                "description": "Measurement Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "separated_gauge_pads": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "height": {
                "type": "number",
                "description": "Height (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Index",
                "format": "int32",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "radius": {
                "type": "number",
                "description": "Radius (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "spiral_angle": {
                "type": "number",
                "description": "Spiral Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "taper_angle": {
                "type": "number",
                "description": "Taper Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "theta": {
                "type": "number",
                "description": "Theta (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "width": {
                "type": "number",
                "description": "Width (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "shank_diameter": {
          "type": "number",
          "description": "Shank Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "shank_length": {
          "type": "number",
          "description": "Shank Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "sleeve_height": {
          "type": "number",
          "description": "Sleeve Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "sleeve_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "sleeve_spiral": {
          "type": "number",
          "description": "Sleeve Spiral Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "sleeve_taper": {
          "type": "number",
          "description": "Sleeve Taper Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "sleeve_undercut": {
          "type": "number",
          "description": "Sleeve Undercut (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "sub_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "taper_from_last_cutter": {
          "type": "number",
          "description": "Taper Start From Last Cutter (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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_size": {
          "type": "string",
          "description": "Tool Size"
        },
        "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
        },
        "top_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            }
          ]
        },
        "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
        }
      }
    },
    "BentSub": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bend_angle": {
          "type": "number",
          "description": "Bend Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "bend_to_bottom_conn": {
          "type": "number",
          "description": "Bend To Bottom Connection (StandardDepthIndex, meter, m)",
          "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
            },
            "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"
            }
          ]
        },
        "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_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_bend_angle": {
          "type": "number",
          "description": "Max Bend Angle (PlaneAngle, radian, rad)",
          "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
        },
        "min_bend_angle": {
          "type": "number",
          "description": "Min Bend Angle (PlaneAngle, radian, rad)",
          "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "BypassSub": {
      "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"
            }
          ]
        },
        "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_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"
            }
          ]
        },
        "nozzle_discharge_coefficient": {
          "type": "number",
          "description": "Nozzle Discharge Coefficient",
          "format": "double",
          "nullable": true
        },
        "nozzle_flow_area": {
          "type": "number",
          "description": "Nozzle Total Flow Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "nozzles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (OilfieldGaugeLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "nozzle_count": {
                "type": "integer",
                "description": "Nozzle Count",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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
        },
        "portholes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Distance To ROP (StandardDepthIndex, 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"
                  }
                }
              },
              "fatigue_ref_no": {
                "type": "string",
                "description": "Fatigue Ref No"
              },
              "feature": {
                "type": "string",
                "description": "Feature"
              },
              "type": {
                "type": "string",
                "description": "Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "pressure_loss_factor_above_port": {
          "type": "number",
          "description": "Pressure Loss Factor Above Port (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_factor_below_port": {
          "type": "number",
          "description": "Pressure Loss Factor Below Port (Pressure, pascal, Pa)",
          "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "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
        }
      }
    },
    "CoreBarrel": {
      "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"
        },
        "inner_barrel_inside_diameter": {
          "type": "number",
          "description": "Inner Barrel Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "inner_barrel_outside_diameter": {
          "type": "number",
          "description": "Inner Barrel Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "inner_barrel_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "inside_diameter": {
          "type": "number",
          "description": "Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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_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"
            }
          ]
        },
        "outer_barrel_inside_diameter": {
          "type": "number",
          "description": "Outer Barrel Inside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "outer_barrel_outside_diameter": {
          "type": "number",
          "description": "Outer Barrel Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "outer_barrel_type": {
          "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"
        },
        "resin_coated_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "DrillBit": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bit_class": {
          "type": "object",
          "oneOf": [
            {
              "value": "U"
            },
            {
              "value": "N"
            }
          ]
        },
        "bit_number": {
          "type": "integer",
          "description": "Number of Bit",
          "format": "int32",
          "nullable": true
        },
        "bit_pad_file_name": {
          "type": "string",
          "description": "Bit Pad File Name"
        },
        "bit_top_file_name": {
          "type": "string",
          "description": "Bit Top File Name"
        },
        "blade_top_extension": {
          "type": "number",
          "description": "Blade Top Extension (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_top_height": {
          "type": "number",
          "description": "Blade Top Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_top_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "blade_top_theta": {
          "type": "number",
          "description": "Blade Top Theta (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "bom": {
          "type": "string",
          "description": "BOM (Bill of Materials)"
        },
        "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"
        },
        "cond_final_bearing": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            },
            {
              "value": "E"
            },
            {
              "value": "F"
            },
            {
              "value": "N"
            },
            {
              "value": "X"
            }
          ]
        },
        "cond_final_dull": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BC"
            },
            {
              "value": "BF"
            },
            {
              "value": "BT"
            },
            {
              "value": "BU"
            },
            {
              "value": "CC"
            },
            {
              "value": "CD"
            },
            {
              "value": "CI"
            },
            {
              "value": "CR"
            },
            {
              "value": "CT"
            },
            {
              "value": "ER"
            },
            {
              "value": "FC"
            },
            {
              "value": "HC"
            },
            {
              "value": "JD"
            },
            {
              "value": "LC"
            },
            {
              "value": "LN"
            },
            {
              "value": "LT"
            },
            {
              "value": "NO"
            },
            {
              "value": "OC"
            },
            {
              "value": "PB"
            },
            {
              "value": "PN"
            },
            {
              "value": "RG"
            },
            {
              "value": "RO"
            },
            {
              "value": "SD"
            },
            {
              "value": "SS"
            },
            {
              "value": "TR"
            },
            {
              "value": "WO"
            },
            {
              "value": "WT"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_final_gauge": {
          "type": "string",
          "description": "Final Gauge Condition"
        },
        "cond_final_inner": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_final_location": {
          "type": "string",
          "description": "Final Location Condition"
        },
        "cond_final_other": {
          "type": "string",
          "description": "Final Other Condition"
        },
        "cond_final_outer": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_final_reason": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BHA"
            },
            {
              "value": "CM"
            },
            {
              "value": "CP"
            },
            {
              "value": "DMF"
            },
            {
              "value": "DP"
            },
            {
              "value": "DST"
            },
            {
              "value": "DTF"
            },
            {
              "value": "FM"
            },
            {
              "value": "HP"
            },
            {
              "value": "HR"
            },
            {
              "value": "LOG"
            },
            {
              "value": "PP"
            },
            {
              "value": "PR"
            },
            {
              "value": "RIG"
            },
            {
              "value": "TD"
            },
            {
              "value": "TQ"
            },
            {
              "value": "TW"
            },
            {
              "value": "WC"
            },
            {
              "value": "DSF"
            },
            {
              "value": "LIH"
            },
            {
              "value": "WO"
            },
            {
              "value": "RS"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_init_bearing": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            },
            {
              "value": "E"
            },
            {
              "value": "F"
            },
            {
              "value": "N"
            },
            {
              "value": "X"
            }
          ]
        },
        "cond_init_dull": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BC"
            },
            {
              "value": "BF"
            },
            {
              "value": "BT"
            },
            {
              "value": "BU"
            },
            {
              "value": "CC"
            },
            {
              "value": "CD"
            },
            {
              "value": "CI"
            },
            {
              "value": "CR"
            },
            {
              "value": "CT"
            },
            {
              "value": "ER"
            },
            {
              "value": "FC"
            },
            {
              "value": "HC"
            },
            {
              "value": "JD"
            },
            {
              "value": "LC"
            },
            {
              "value": "LN"
            },
            {
              "value": "LT"
            },
            {
              "value": "NO"
            },
            {
              "value": "OC"
            },
            {
              "value": "PB"
            },
            {
              "value": "PN"
            },
            {
              "value": "RG"
            },
            {
              "value": "RO"
            },
            {
              "value": "SD"
            },
            {
              "value": "SS"
            },
            {
              "value": "TR"
            },
            {
              "value": "WO"
            },
            {
              "value": "WT"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cond_init_gauge": {
          "type": "string",
          "description": "Initial Gauge Condition"
        },
        "cond_init_inner": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_init_location": {
          "type": "string",
          "description": "Initial Location Condition"
        },
        "cond_init_other": {
          "type": "string",
          "description": "Initial Other Condition"
        },
        "cond_init_outer": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            }
          ]
        },
        "cond_init_reason": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "BHA"
            },
            {
              "value": "CM"
            },
            {
              "value": "CP"
            },
            {
              "value": "DMF"
            },
            {
              "value": "DP"
            },
            {
              "value": "DST"
            },
            {
              "value": "DTF"
            },
            {
              "value": "FM"
            },
            {
              "value": "HP"
            },
            {
              "value": "HR"
            },
            {
              "value": "LOG"
            },
            {
              "value": "PP"
            },
            {
              "value": "PR"
            },
            {
              "value": "RIG"
            },
            {
              "value": "TD"
            },
            {
              "value": "TQ"
            },
            {
              "value": "TW"
            },
            {
              "value": "WC"
            },
            {
              "value": "DSF"
            },
            {
              "value": "LIH"
            },
            {
              "value": "WO"
            },
            {
              "value": "RS"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "cutter_pties": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "cutter_count": {
                "type": "integer",
                "description": "Cutter Count",
                "format": "int32",
                "nullable": true
              },
              "cutter_shape": {
                "type": "string",
                "description": "Cutter Shape"
              },
              "cutter_size": {
                "type": "number",
                "description": "Cutter Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_thickness": {
                "type": "number",
                "description": "Cutter Thickness (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_type": {
                "type": "string",
                "description": "Cutter Type"
              },
              "location": {
                "type": "string",
                "description": "Location"
              },
              "material": {
                "type": "string",
                "description": "Material"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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
        },
        "drill_bit_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "Bi-Center"
            },
            {
              "value": "Bullnose"
            },
            {
              "value": "Diamond"
            },
            {
              "value": "Diamond Core"
            },
            {
              "value": "Insert Roller Cone"
            },
            {
              "value": "Milled Tooth Bit"
            },
            {
              "value": "PDC"
            },
            {
              "value": "PDC Core"
            },
            {
              "value": "unknown"
            },
            {
              "value": "Generic"
            },
            {
              "value": "Percussion Hammer"
            }
          ]
        },
        "drill_hole_diameter": {
          "type": "number",
          "description": "Drill Hole Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "drive": {
          "type": "string",
          "description": "Bit drive type"
        },
        "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"
            }
          ]
        },
        "gauge_length": {
          "type": "number",
          "description": "Gauge Length (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_height": {
          "type": "number",
          "description": "Gauge Pads Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_spiral": {
          "type": "number",
          "description": "Gauge Pads Spiral Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_taper": {
          "type": "number",
          "description": "Gauge Pads Taper Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_undercut": {
          "type": "number",
          "description": "Gauge Pads Undercut (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pads_width": {
          "type": "number",
          "description": "Gauge Pads Width (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "gauge_pad_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            }
          ]
        },
        "iadc_code": {
          "type": "string",
          "description": "Iadc Code"
        },
        "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"
            }
          ]
        },
        "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
        },
        "lo_vibe_angle": {
          "type": "number",
          "description": "Lo-Vibe Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_diameter": {
          "type": "number",
          "description": "Lo-Vibe Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_exposure": {
          "type": "number",
          "description": "Lo-Vibe Exposure (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lo_vibe_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "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
        },
        "mdoc_angle": {
          "type": "number",
          "description": "MDOC Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "mdoc_diameter": {
          "type": "number",
          "description": "MDOC Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_exposure": {
          "type": "number",
          "description": "MDOC Exposure (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "mdoc_length": {
          "type": "number",
          "description": "MDOC Length (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "mdoc_offset": {
          "type": "number",
          "description": "MDOC Offset (ShortLength, 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"
            }
          ]
        },
        "nozzle_flow_area": {
          "type": "number",
          "description": "Nozzle Total Flow Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "nozzles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (OilfieldGaugeLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "nozzle_count": {
                "type": "integer",
                "description": "Nozzle Count",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "octal_bit_size": {
          "type": "string",
          "description": "Octal Bit Size"
        },
        "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
        },
        "pass_through_diameter": {
          "type": "number",
          "description": "Pass Through Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "pilot_bit_diameter": {
          "type": "number",
          "description": "Pilot Bit Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "product_status": {
          "type": "object",
          "oneOf": [
            {
              "value": "Active"
            },
            {
              "value": "Evaluation"
            },
            {
              "value": "Obsolete"
            },
            {
              "value": " "
            }
          ]
        },
        "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"
            }
          ]
        },
        "separated_gauge_pads": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "height": {
                "type": "number",
                "description": "Height (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Index",
                "format": "int32",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "radius": {
                "type": "number",
                "description": "Radius (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "spiral_angle": {
                "type": "number",
                "description": "Spiral Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "taper_angle": {
                "type": "number",
                "description": "Taper Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "theta": {
                "type": "number",
                "description": "Theta (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "width": {
                "type": "number",
                "description": "Width (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              }
            }
          }
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "shank_diameter": {
          "type": "number",
          "description": "Shank Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "shank_length": {
          "type": "number",
          "description": "Shank Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "sleeve_height": {
          "type": "number",
          "description": "Sleeve Height (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "sleeve_is_used": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "sleeve_spiral": {
          "type": "number",
          "description": "Sleeve Spiral Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "sleeve_taper": {
          "type": "number",
          "description": "Sleeve Taper Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "sleeve_undercut": {
          "type": "number",
          "description": "Sleeve Undercut (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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"
        },
        "taper_from_last_cutter": {
          "type": "number",
          "description": "Taper Start From Last Cutter (ShortLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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
        },
        "top_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "0"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            }
          ]
        },
        "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
        }
      }
    },
    "DrillMotor": {
      "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"
            }
          ]
        },
        "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
        },
        "lower_end": {
          "type": "object",
          "properties": {
            "absolute_overpull": {
              "type": "number",
              "description": "Absolute Overpull (HighForce, newton, N)",
              "format": "double",
              "nullable": true
            },
            "bearing_section": {
              "type": "object",
              "properties": {
                "bearing_box_clearance": {
                  "type": "number",
                  "description": "Bearing Box Clearance (ShortLength, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "bearing_capacity": {
                  "type": "number",
                  "description": "Bearing Capacity (Force, newton, N)",
                  "format": "double",
                  "nullable": true
                },
                "bearing_lube_type": {
                  "type": "object",
                  "oneOf": [
                    {
                      "value": "oil seal"
                    },
                    {
                      "value": "mud lube"
                    },
                    {
                      "value": "other"
                    },
                    {
                      "value": "unknown"
                    }
                  ]
                },
                "bearing_wear_ratio": {
                  "type": "number",
                  "description": "Bearing Wear Ratio (Percent, dimensionless,  )",
                  "format": "double",
                  "nullable": true
                },
                "housing_outside_diameter": {
                  "type": "number",
                  "description": "Bearing Housing Outside Diameter (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "length": {
                  "type": "number",
                  "description": "Bearing Length (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_length": {
                  "type": "number",
                  "description": "Lower Bearing Length (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_rotating_outside_diameter": {
                  "type": "number",
                  "description": "Lower Bearing Rotating OD (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_rotating_outside_diameter_new": {
                  "type": "number",
                  "description": "Lower Bearing Rotating OD - New (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_rotating_outside_diameter_scrap": {
                  "type": "number",
                  "description": "Lower Bearing Rotating OD - Scrap (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_stationary_inside_diameter": {
                  "type": "number",
                  "description": "Lower Bearing Stationary ID (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_stationary_inside_diameter_new": {
                  "type": "number",
                  "description": "Lower Bearing Stationary ID - New (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_bearing_stationary_inside_diameter_scrap": {
                  "type": "number",
                  "description": "Lower Bearing Stationary ID - Scrap (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "lower_radial_bearing_clearance": {
                  "type": "number",
                  "description": "Motor Lower Radial Bearing Clearance (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                },
                "upper_bearing_length": {
                  "type": "number",
                  "description": "Upper Bearing Length (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_rotating_outside_diameter": {
                  "type": "number",
                  "description": "Upper Bearing Rotating OD (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_rotating_outside_diameter_new": {
                  "type": "number",
                  "description": "Upper Bearing Rotating OD - New (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_rotating_outside_diameter_scrap": {
                  "type": "number",
                  "description": "Upper Bearing Rotating OD - Scrap (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_stationary_inside_diameter": {
                  "type": "number",
                  "description": "Upper Bearing Stationary ID (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_stationary_inside_diameter_new": {
                  "type": "number",
                  "description": "Upper Bearing Stationary ID - New (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_bearing_stationary_inside_diameter_scrap": {
                  "type": "number",
                  "description": "Upper Bearing Stationary ID - Scrap (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "upper_radial_bearing_clearance": {
                  "type": "number",
                  "description": "Motor Upper Radial Bearing Clearance (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "w": {
                  "type": "number",
                  "description": "Coef. W (Force, newton, N)",
                  "format": "double",
                  "nullable": true
                },
                "x": {
                  "type": "number",
                  "description": "Coef. X (SmallArea, square meter, m2)",
                  "format": "double",
                  "nullable": true
                },
                "y": {
                  "type": "number",
                  "description": "Coef. Y (SmallArea, square meter, m2)",
                  "format": "double",
                  "nullable": true
                }
              }
            },
            "business_system_name": {
              "type": "string",
              "description": "Business System Name"
            },
            "bypass_flow_percent": {
              "type": "number",
              "description": "Bypass Flow Percent (Percent, dimensionless,  )",
              "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"
            },
            "drive_shaft": {
              "type": "object",
              "properties": {
                "bit_box_inside_diameter": {
                  "type": "number",
                  "description": "Bit Box Inside Diameter (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "bit_box_length": {
                  "type": "number",
                  "description": "Bit Box Length (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "bit_box_max_outside_diameter": {
                  "type": "number",
                  "description": "Bit Box Max Outside Diameter (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "bit_box_outside_diameter": {
                  "type": "number",
                  "description": "Bit Box Outside Diameter (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "shaft_sections": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "index": {
                        "type": "integer",
                        "description": "Position Index From Top",
                        "format": "int32",
                        "nullable": true
                      },
                      "inside_diameter": {
                        "type": "number",
                        "description": "Inside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "length": {
                        "type": "number",
                        "description": "Length (Length, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "linear_weight": {
                        "type": "number",
                        "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                        "format": "double",
                        "nullable": true
                      },
                      "outside_diameter": {
                        "type": "number",
                        "description": "Outside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "section_type": {
                        "type": "object",
                        "oneOf": [
                          {
                            "value": "Common"
                          },
                          {
                            "value": "Eccentric"
                          },
                          {
                            "value": "EccentricWithConstrain"
                          },
                          {
                            "value": "Socket"
                          },
                          {
                            "value": "BentSub"
                          }
                        ]
                      },
                      "uid": {
                        "type": "string",
                        "description": "Uid"
                      }
                    }
                  }
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_hole_size": {
              "type": "number",
              "description": "Max Hole Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "max_surface_rpm": {
              "type": "number",
              "description": "Max Surface RPM (RotarySpeed, radian per second, rad/s)",
              "format": "double",
              "nullable": true
            },
            "max_torque": {
              "type": "number",
              "description": "Max Torque (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "min_hole_size": {
              "type": "number",
              "description": "Min Hole Size (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"
                }
              ]
            },
            "read_out_port_offset": {
              "type": "number",
              "description": "ROP / Flat on Collar Offset (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "sensors": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "distance_to_rop": {
                    "type": "number",
                    "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "sensor_type": {
                    "type": "string",
                    "description": "Measurement Type"
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  }
                }
              }
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "sub_category": {
              "type": "string",
              "description": "Sub Category"
            },
            "sub_stabilizers": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "blade_align_angular": {
                    "type": "number",
                    "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_align_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "topOfBladeNo1"
                      },
                      {
                        "value": "bottomOfBladeNo1"
                      },
                      {
                        "value": "none"
                      }
                    ]
                  },
                  "blade_count": {
                    "type": "integer",
                    "description": "Blade Count",
                    "format": "int32",
                    "nullable": true
                  },
                  "blade_flat_outside_diameter": {
                    "type": "number",
                    "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_gauge_length": {
                    "type": "number",
                    "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_height": {
                    "type": "number",
                    "description": "Blade Height (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_height_open_position": {
                    "type": "number",
                    "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_length": {
                    "type": "number",
                    "description": "Blade Length (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_lower_outside_diameter": {
                    "type": "number",
                    "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_profile_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "square"
                      },
                      {
                        "value": "round"
                      },
                      {
                        "value": "taper"
                      }
                    ]
                  },
                  "blade_shape": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "dynamic"
                      },
                      {
                        "value": "melon"
                      },
                      {
                        "value": "spiral"
                      },
                      {
                        "value": "straight"
                      },
                      {
                        "value": "variable"
                      },
                      {
                        "value": "unknown"
                      }
                    ]
                  },
                  "blade_spiral": {
                    "type": "number",
                    "description": "Blade Spiral (PlaneAngle, radian, rad)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "clamp-on"
                      },
                      {
                        "value": "integral"
                      },
                      {
                        "value": "sleeve"
                      },
                      {
                        "value": "welded"
                      },
                      {
                        "value": "unknown"
                      }
                    ]
                  },
                  "blade_upper_length": {
                    "type": "number",
                    "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_upper_outside_diameter": {
                    "type": "number",
                    "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "blade_width": {
                    "type": "number",
                    "description": "Blade Width (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "friction_factor": {
                    "type": "number",
                    "description": "Friction Factor",
                    "format": "double",
                    "nullable": true
                  },
                  "junk_slot_area": {
                    "type": "number",
                    "description": "Junk Slot Area (SmallArea, square meter, m2)",
                    "format": "double",
                    "nullable": true
                  },
                  "magnetic_pole_strength": {
                    "type": "number",
                    "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                    "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_stabilizer_outside_diameter": {
                    "type": "number",
                    "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "min_stabilizer_outside_diameter": {
                    "type": "number",
                    "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "non_mag_flag": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "true"
                      },
                      {
                        "value": "false"
                      }
                    ]
                  },
                  "stabilizer_to_bottom_conn": {
                    "type": "number",
                    "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  },
                  "version": {
                    "type": "string",
                    "description": "Version"
                  }
                }
              }
            },
            "transmission_section": {
              "type": "object",
              "properties": {
                "bend1_angle": {
                  "type": "number",
                  "description": "Bend1 Angle (PlaneAngle, radian, rad)",
                  "format": "double",
                  "nullable": true
                },
                "bend1_to_bottom_conn": {
                  "type": "number",
                  "description": "Bend1 To Bottom Connection (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "bend2_angle": {
                  "type": "number",
                  "description": "Bend2 Angle (PlaneAngle, radian, rad)",
                  "format": "double",
                  "nullable": true
                },
                "bend2_to_bottom_conn": {
                  "type": "number",
                  "description": "Bend2 To Bottom Connection (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "housing_outside_diameter": {
                  "type": "number",
                  "description": "Transmission Housing Outside Diameter (CylinderDiameter, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "housing_sections": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "index": {
                        "type": "integer",
                        "description": "Position Index From Top",
                        "format": "int32",
                        "nullable": true
                      },
                      "inside_diameter": {
                        "type": "number",
                        "description": "Inside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "length": {
                        "type": "number",
                        "description": "Length (Length, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "linear_weight": {
                        "type": "number",
                        "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                        "format": "double",
                        "nullable": true
                      },
                      "outside_diameter": {
                        "type": "number",
                        "description": "Outside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "section_type": {
                        "type": "object",
                        "oneOf": [
                          {
                            "value": "Common"
                          },
                          {
                            "value": "Eccentric"
                          },
                          {
                            "value": "EccentricWithConstrain"
                          },
                          {
                            "value": "Socket"
                          },
                          {
                            "value": "BentSub"
                          }
                        ]
                      },
                      "uid": {
                        "type": "string",
                        "description": "Uid"
                      }
                    }
                  }
                },
                "length": {
                  "type": "number",
                  "description": "Transmission Length (StandardDepthIndex, meter, m)",
                  "format": "double",
                  "nullable": true
                },
                "max_bend_angle": {
                  "type": "number",
                  "description": "Max Bend Angle (PlaneAngle, radian, rad)",
                  "format": "double",
                  "nullable": true
                },
                "min_bend_angle": {
                  "type": "number",
                  "description": "Min Bend Angle (PlaneAngle, radian, rad)",
                  "format": "double",
                  "nullable": true
                },
                "shaft_lower_end_joint_type": {
                  "type": "object",
                  "oneOf": [
                    {
                      "value": "None"
                    },
                    {
                      "value": "UJ"
                    },
                    {
                      "value": "CV"
                    }
                  ]
                },
                "shaft_sections": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "index": {
                        "type": "integer",
                        "description": "Position Index From Top",
                        "format": "int32",
                        "nullable": true
                      },
                      "inside_diameter": {
                        "type": "number",
                        "description": "Inside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "length": {
                        "type": "number",
                        "description": "Length (Length, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "linear_weight": {
                        "type": "number",
                        "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                        "format": "double",
                        "nullable": true
                      },
                      "outside_diameter": {
                        "type": "number",
                        "description": "Outside Diameter (CylinderDiameter, meter, m)",
                        "format": "double",
                        "nullable": true
                      },
                      "section_type": {
                        "type": "object",
                        "oneOf": [
                          {
                            "value": "Common"
                          },
                          {
                            "value": "Eccentric"
                          },
                          {
                            "value": "EccentricWithConstrain"
                          },
                          {
                            "value": "Socket"
                          },
                          {
                            "value": "BentSub"
                          }
                        ]
                      },
                      "uid": {
                        "type": "string",
                        "description": "Uid"
                      }
                    }
                  }
                },
                "shaft_upper_end_joint_type": {
                  "type": "object",
                  "oneOf": [
                    {
                      "value": "None"
                    },
                    {
                      "value": "UJ"
                    },
                    {
                      "value": "CV"
                    }
                  ]
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "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"
                }
              ]
            },
            "working_overpull": {
              "type": "number",
              "description": "Working Overpull (HighForce, newton, N)",
              "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
        },
        "power_section": {
          "type": "object",
          "properties": {
            "business_system_name": {
              "type": "string",
              "description": "Business System Name"
            },
            "bypass_nozzle_diameter": {
              "type": "number",
              "description": "Rotor Nozzle Diameter (OilfieldGaugeLength, 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"
            },
            "coef_a": {
              "type": "number",
              "description": "Coefficient_a",
              "format": "double",
              "nullable": true
            },
            "coef_b": {
              "type": "number",
              "description": "Coefficient_b",
              "format": "double",
              "nullable": true
            },
            "coef_c": {
              "type": "number",
              "description": "Coefficient_c",
              "format": "double",
              "nullable": true
            },
            "coef_d": {
              "type": "number",
              "description": "Coefficient_d",
              "format": "double",
              "nullable": true
            },
            "coef_e": {
              "type": "number",
              "description": "Coefficient_e",
              "format": "double",
              "nullable": true
            },
            "coef_f": {
              "type": "number",
              "description": "Coefficient_f",
              "format": "double",
              "nullable": true
            },
            "coef_g": {
              "type": "number",
              "description": "Coefficient_g",
              "format": "double",
              "nullable": true
            },
            "coef_h": {
              "type": "number",
              "description": "Coefficient_h",
              "format": "double",
              "nullable": true
            },
            "coef_i": {
              "type": "number",
              "description": "Coefficient_i",
              "format": "double",
              "nullable": true
            },
            "coef_j": {
              "type": "number",
              "description": "Coefficient_j",
              "format": "double",
              "nullable": true
            },
            "coef_k1": {
              "type": "number",
              "description": "Coefficient_k1",
              "format": "double",
              "nullable": true
            },
            "coef_k2": {
              "type": "number",
              "description": "Coefficient_k2",
              "format": "double",
              "nullable": true
            },
            "coef_k3": {
              "type": "number",
              "description": "Coefficient_k3",
              "format": "double",
              "nullable": true
            },
            "component_name": {
              "type": "string",
              "description": "Description"
            },
            "comp_side": {
              "type": "number",
              "description": "Comp/Side",
              "format": "double",
              "nullable": true
            },
            "configuration": {
              "type": "string",
              "description": "Power Section Configuration"
            },
            "constant_pressure_drop_coefficient": {
              "type": "number",
              "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "designation": {
              "type": "string",
              "description": "Power Section Designation"
            },
            "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"
                }
              ]
            },
            "dump_valve": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "elastomer_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "RM100"
                },
                {
                  "value": "RM114"
                },
                {
                  "value": "HN234"
                },
                {
                  "value": "DynaPower HR"
                },
                {
                  "value": "UF180"
                },
                {
                  "value": "NBR-1A"
                },
                {
                  "value": "DynaPower XR"
                },
                {
                  "value": "POB"
                },
                {
                  "value": "HN-SR"
                },
                {
                  "value": "DynaPower XP"
                }
              ]
            },
            "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"
                }
              ]
            },
            "full_load": {
              "type": "number",
              "description": "Full Load (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "is_obsolete": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "is_use_power_designer_model": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "linear_pressure_drop_coefficient": {
              "type": "number",
              "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
              "format": "double",
              "nullable": true
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_differential_pressure": {
              "type": "number",
              "description": "Max Differential Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "max_rate_of_temperature_increase": {
              "type": "number",
              "description": "Max Rate of Temperature Increase (TemperaturePerTime, degree Kelvin per second, K/s)",
              "format": "double",
              "nullable": true
            },
            "max_torque": {
              "type": "number",
              "description": "Max Torque (Torque, newton-meter, N.m)",
              "format": "double",
              "nullable": true
            },
            "model_name": {
              "type": "string",
              "description": "Model Name"
            },
            "mud_test": {
              "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"
                },
                "display_mud_infomation": {
                  "type": "string",
                  "description": "Mud Test Info"
                },
                "location": {
                  "type": "string",
                  "description": "Location"
                },
                "model_name": {
                  "type": "string",
                  "description": "Model Name"
                },
                "mud_id": {
                  "type": "string",
                  "description": "Mud ID"
                },
                "mud_name": {
                  "type": "string",
                  "description": "Mud Name"
                },
                "mud_type": {
                  "type": "string",
                  "description": "Mud Type"
                },
                "name": {
                  "type": "string",
                  "description": "Name"
                },
                "ran": {
                  "type": "string",
                  "description": "Ran"
                },
                "remarks": {
                  "type": "string",
                  "description": "Remarks"
                },
                "source": {
                  "type": "string",
                  "description": "Source"
                },
                "test_date": {
                  "type": "string",
                  "description": "Test Date"
                },
                "uid": {
                  "type": "string",
                  "description": "Uid"
                }
              }
            },
            "name": {
              "type": "string",
              "description": "Name"
            },
            "nominal_pressure_flow_rate": {
              "type": "number",
              "description": "Nominal Pressure FlowRate (MudFlowrate, cubic meter per second, m3/s)",
              "format": "double",
              "nullable": true
            },
            "nominal_pressure_loss": {
              "type": "number",
              "description": "Nominal Pressure Loss (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "nominal_surface_fit": {
              "type": "number",
              "description": "Nominal Surface Fit (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"
                }
              ]
            },
            "power_section_length": {
              "type": "number",
              "description": "Power Section Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pressure_loss_factor": {
              "type": "number",
              "description": "Pressure Loss Factor",
              "format": "double",
              "nullable": true
            },
            "pressure_loss_input_option": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Power Drilling Model"
                },
                {
                  "value": "Pressure Loss Factor"
                },
                {
                  "value": "Pressure Drop Linear/Constant"
                },
                {
                  "value": "Collar ID & Length"
                }
              ]
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "rev_per_gal": {
              "type": "number",
              "description": "Rev/Gal (AnglePerVolume, radian per cubic metre, rad/m3)",
              "format": "double",
              "nullable": true
            },
            "rotatable_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "rotor_average_outside_diameter": {
              "type": "number",
              "description": "Rotor Average Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_catcher_box_connection": {
              "type": "string",
              "description": "Rotor Catcher Box Connection"
            },
            "rotor_catcher_flag": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "rotor_coating_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Carbide"
                },
                {
                  "value": "Chrome"
                },
                {
                  "value": "None"
                },
                {
                  "value": "Unknown"
                }
              ]
            },
            "rotor_connection": {
              "type": "string",
              "description": "Rotor Connection"
            },
            "rotor_eccentricity": {
              "type": "number",
              "description": "Rotor Eccentricity (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_head_size": {
              "type": "number",
              "description": "Rotor Head Size (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_inside_diameter": {
              "type": "number",
              "description": "Rotor Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_lobe_count": {
              "type": "integer",
              "description": "Rotor Lobe Count",
              "format": "int32",
              "nullable": true
            },
            "rotor_major_diameter": {
              "type": "number",
              "description": "Rotor Major Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_minor_diameter": {
              "type": "number",
              "description": "Rotor Minor Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_nozzle_diameter": {
              "type": "number",
              "description": "Rotor Diameter (at Nozzle) (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_profile_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "2 US"
                },
                {
                  "value": "1 US"
                },
                {
                  "value": "0.5 US"
                },
                {
                  "value": "STD"
                }
              ]
            },
            "rotor_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "Solid"
                },
                {
                  "value": "Bored"
                },
                {
                  "value": "Unknown"
                }
              ]
            },
            "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"
            },
            "size": {
              "type": "string",
              "description": "Power Section Size"
            },
            "source": {
              "type": "string",
              "description": "Source"
            },
            "stall_pressure": {
              "type": "number",
              "description": "Stall Pressure (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "stator_box_connection": {
              "type": "string",
              "description": "Stator Box Connection"
            },
            "stator_housing_part_number": {
              "type": "string",
              "description": "Stator Housing Part Number"
            },
            "stator_is_reversible": {
              "type": "object",
              "oneOf": [
                {
                  "value": "true"
                },
                {
                  "value": "false"
                }
              ]
            },
            "stator_lobe_count": {
              "type": "integer",
              "description": "Stator Lobe Count",
              "format": "int32",
              "nullable": true
            },
            "stator_major_diameter": {
              "type": "number",
              "description": "Stator Major Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "stator_minor_diameter": {
              "type": "number",
              "description": "Stator Minor Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "stator_part_number": {
              "type": "string",
              "description": "Stator Part Number"
            },
            "stator_pitch_length": {
              "type": "number",
              "description": "Stator Pitch Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "stator_profile_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": "1 US"
                },
                {
                  "value": "0.5 US"
                },
                {
                  "value": "STD"
                },
                {
                  "value": "0.5 OS"
                },
                {
                  "value": "1 OS"
                },
                {
                  "value": "2 OS"
                },
                {
                  "value": "3 OS"
                }
              ]
            },
            "stator_stage_count": {
              "type": "number",
              "description": "Stator Stage Count",
              "format": "double",
              "nullable": true
            },
            "step_size": {
              "type": "number",
              "description": "Step Size (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "sub_type": {
              "type": "string",
              "description": "Sub Type"
            },
            "surface_acceptable_fit_max": {
              "type": "number",
              "description": "Surface Acceptable Fit Max (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "surface_acceptable_fit_min": {
              "type": "number",
              "description": "Surface Acceptable Fit Min (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "technology": {
              "type": "string",
              "description": "Technology"
            },
            "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": "number",
              "description": "Tensile Strength (Strength, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "top_sub_sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "index": {
                    "type": "integer",
                    "description": "Position Index From Top",
                    "format": "int32",
                    "nullable": true
                  },
                  "inside_diameter": {
                    "type": "number",
                    "description": "Inside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "length": {
                    "type": "number",
                    "description": "Length (Length, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "linear_weight": {
                    "type": "number",
                    "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                    "format": "double",
                    "nullable": true
                  },
                  "outside_diameter": {
                    "type": "number",
                    "description": "Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "section_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "Common"
                      },
                      {
                        "value": "Eccentric"
                      },
                      {
                        "value": "EccentricWithConstrain"
                      },
                      {
                        "value": "Socket"
                      },
                      {
                        "value": "BentSub"
                      }
                    ]
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  }
                }
              }
            },
            "torque_per_delta_pressure": {
              "type": "number",
              "description": "Torque/Delta Pressure (TorquePerPressure, newton-meter per pascal, N.m/Pa)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            },
            "workshop_temperature": {
              "type": "number",
              "description": "Workshop Temperature (Temperature, kelvin, K)",
              "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
        }
      }
    },
    "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
        }
      }
    },
    "FlexCollar": {
      "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"
        },
        "collar_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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"
            }
          ]
        },
        "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_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
        },
        "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"
        },
        "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
        }
      }
    },
    "HoleOpener": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bom": {
          "type": "string",
          "description": "BOM (Bill of Materials)"
        },
        "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"
        },
        "cutter_pties": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "cutter_count": {
                "type": "integer",
                "description": "Cutter Count",
                "format": "int32",
                "nullable": true
              },
              "cutter_shape": {
                "type": "string",
                "description": "Cutter Shape"
              },
              "cutter_size": {
                "type": "number",
                "description": "Cutter Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_thickness": {
                "type": "number",
                "description": "Cutter Thickness (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_type": {
                "type": "string",
                "description": "Cutter Type"
              },
              "location": {
                "type": "string",
                "description": "Location"
              },
              "material": {
                "type": "string",
                "description": "Material"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "cutters": {
          "type": "integer",
          "description": "Cutters",
          "format": "int32",
          "nullable": true
        },
        "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
        },
        "drill_hole_diameter": {
          "type": "number",
          "description": "Drill Hole 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"
            }
          ]
        },
        "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_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"
            }
          ]
        },
        "nozzle_flow_area": {
          "type": "number",
          "description": "Nozzle Total Flow Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "nozzles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (OilfieldGaugeLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "nozzle_count": {
                "type": "integer",
                "description": "Nozzle Count",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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
        },
        "pass_through_diameter": {
          "type": "number",
          "description": "Pass Through 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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        },
        "type_hole_opener": {
          "type": "object",
          "oneOf": [
            {
              "value": "under-reamer"
            },
            {
              "value": "fixed blade"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "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
        }
      }
    },
    "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
        }
      }
    },
    "Jar": {
      "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"
            }
          ]
        },
        "free_stroke_down": {
          "type": "number",
          "description": "Free Stroke Down (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "free_stroke_up": {
          "type": "number",
          "description": "Free Stroke Up (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "jar_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "mechanical"
            },
            {
              "value": "hydraulic"
            },
            {
              "value": "hydro mechanical"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "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
        },
        "lower_anvil_section_inside_diameter": {
          "type": "number",
          "description": "Lower Anvill Section ID (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lower_anvil_section_length": {
          "type": "number",
          "description": "Lower Anvil Section Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lower_anvil_section_outside_diameter": {
          "type": "number",
          "description": "Lower Anvil Section OD (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lower_mandrel_section_inside_diameter": {
          "type": "number",
          "description": "Lower Mandrel Section ID (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lower_mandrel_section_length": {
          "type": "number",
          "description": "Lower Mandrel Section Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "lower_mandrel_section_outside_diameter": {
          "type": "number",
          "description": "Lower Mandrel Section OD (CylinderDiameter, meter, 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_hole_size": {
          "type": "number",
          "description": "Max Hole Size (CylinderDiameter, meter, m)",
          "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_working_load": {
          "type": "number",
          "description": "Max Working Load (Force, newton, N)",
          "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
        },
        "pump_open_force_area": {
          "type": "number",
          "description": "Pump Open Force Area (Area, square meter, m2)",
          "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"
        },
        "upper_anvil_section_inside_diameter": {
          "type": "number",
          "description": "Upper Anvil Section OD (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "upper_anvil_section_length": {
          "type": "number",
          "description": "Upper Anvil Section Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "upper_anvil_section_outside_diameter": {
          "type": "number",
          "description": "Upper Anvill Section ID (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "upper_mandrel_section_inside_diameter": {
          "type": "number",
          "description": "Upper Mandrel Section ID (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "upper_mandrel_section_length": {
          "type": "number",
          "description": "Upper Mandrel Section Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "upper_mandrel_section_outside_diameter": {
          "type": "number",
          "description": "Upper Mandrel Section OD (CylinderDiameter, meter, m)",
          "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"
            }
          ]
        },
        "youngs_modulus": {
          "type": "number",
          "description": "Young's Modulus (ElasticModulus, pascal, Pa)",
          "format": "double",
          "nullable": true
        }
      }
    },
    "Lwd": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bending_moment_rotating": {
          "type": "number",
          "description": "Rotating Bending Moment (HighTorque, newton-meter, N.m)",
          "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
            },
            "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"
        },
        "constant_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "current_points": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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
        },
        "distance_of_housing_top_to_shaft_top": {
          "type": "number",
          "description": "Distance to Housing (StandardDepthIndex, meter, m)",
          "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
        },
        "equivalent_inner_diameter": {
          "type": "number",
          "description": "Equivalent Inner 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"
            }
          ]
        },
        "housing_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "coefficient_area": {
                "type": "number",
                "description": "Coefficient of Area",
                "format": "double",
                "nullable": true
              },
              "coefficient_ix": {
                "type": "number",
                "description": "Coefficient of Ix",
                "format": "double",
                "nullable": true
              },
              "coefficient_iy": {
                "type": "number",
                "description": "Coefficient of Iy",
                "format": "double",
                "nullable": true
              },
              "coefficient_iz": {
                "type": "number",
                "description": "Coefficient of Iz",
                "format": "double",
                "nullable": true
              },
              "eccentric_angle": {
                "type": "number",
                "description": "Eccentric Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "eccentric_distance": {
                "type": "number",
                "description": "Eccentric Distance (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
          "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
        },
        "max_rate_of_temperature_increase": {
          "type": "number",
          "description": "Max Rate of Temperature Increase (TemperaturePerTime, degree Kelvin per second, K/s)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nmr_config": {
          "type": "object",
          "properties": {
            "sequence_id": {
              "type": "string",
              "description": "Sequence Id"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "nmr_config_options": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "sequence_id": {
                "type": "string",
                "description": "Sequence Id"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "nominal_pressure_flow_rate": {
          "type": "number",
          "description": "Nominal Pressure Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "nominal_pressure_loss": {
          "type": "number",
          "description": "Nominal Pressure Loss (Pressure, pascal, Pa)",
          "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
        },
        "poisson_ratio": {
          "type": "number",
          "description": "Poisson Ratio",
          "format": "double",
          "nullable": true
        },
        "portholes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Distance To ROP (StandardDepthIndex, 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"
                  }
                }
              },
              "fatigue_ref_no": {
                "type": "string",
                "description": "Fatigue Ref No"
              },
              "feature": {
                "type": "string",
                "description": "Feature"
              },
              "type": {
                "type": "string",
                "description": "Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "pressure_loss_factor": {
          "type": "number",
          "description": "Pressure Loss Factor",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_input_option": {
          "type": "object",
          "oneOf": [
            {
              "value": "Pressure Loss Factor"
            },
            {
              "value": "Pressure Drop Linear/Constant"
            },
            {
              "value": "Collar ID & Length"
            }
          ]
        },
        "read_out_port_offset": {
          "type": "number",
          "description": "ROP / Flat on Collar Offset (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "sensors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "sensor_type": {
                "type": "string",
                "description": "Measurement Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "shaft_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "coefficient_area": {
                "type": "number",
                "description": "Coefficient of Area",
                "format": "double",
                "nullable": true
              },
              "coefficient_ix": {
                "type": "number",
                "description": "Coefficient of Ix",
                "format": "double",
                "nullable": true
              },
              "coefficient_iy": {
                "type": "number",
                "description": "Coefficient of Iy",
                "format": "double",
                "nullable": true
              },
              "coefficient_iz": {
                "type": "number",
                "description": "Coefficient of Iz",
                "format": "double",
                "nullable": true
              },
              "constrain_on_thx": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_thy": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_thz": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_ux": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_uy": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_uz": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "No"
                  },
                  {
                    "value": "PointOnBottomEnd"
                  },
                  {
                    "value": "PointOnTopEnd"
                  },
                  {
                    "value": "Section"
                  }
                ]
              },
              "eccentric_angle": {
                "type": "number",
                "description": "Eccentric Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "eccentric_distance": {
                "type": "number",
                "description": "Eccentric Distance (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "source": {
          "type": "string",
          "description": "Source"
        },
        "stationary_current_points": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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_bands": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom Connection (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, 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
        }
      }
    },
    "MiscSub": {
      "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"
            }
          ]
        },
        "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_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
        },
        "misc_sub_type": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "Bit Sub"
            },
            {
              "value": "Bit Sub Crossover"
            },
            {
              "value": "Crossover"
            },
            {
              "value": "Downhole Filter Sub"
            },
            {
              "value": "Drill Collar Crossover"
            },
            {
              "value": "Dual Gradient Drill String Valve"
            },
            {
              "value": "Flex Crossover"
            },
            {
              "value": "Float Sub"
            },
            {
              "value": "Float Sub Crossover"
            },
            {
              "value": "Flow Sub"
            },
            {
              "value": "Flow Sub Crossover"
            },
            {
              "value": "Junk Sub"
            },
            {
              "value": "Non-Magnetic Crossover"
            },
            {
              "value": "Orienting Sub"
            },
            {
              "value": "Pony Crossover"
            },
            {
              "value": "Pressure Relief Sub"
            },
            {
              "value": "Receiver Sub"
            },
            {
              "value": "Saver Sub"
            },
            {
              "value": "Stabilizer Crossover"
            },
            {
              "value": "UBHO Sub"
            },
            {
              "value": "Magnet Sub"
            }
          ]
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "Mwd": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bending_moment_rotating": {
          "type": "number",
          "description": "Rotating Bending Moment (HighTorque, newton-meter, N.m)",
          "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
            },
            "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"
        },
        "constant_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "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
        },
        "distance_of_housing_top_to_shaft_top": {
          "type": "number",
          "description": "Distance to Housing (StandardDepthIndex, meter, m)",
          "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
        },
        "equivalent_inner_diameter": {
          "type": "number",
          "description": "Equivalent Inner 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"
            }
          ]
        },
        "housing_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "coefficient_area": {
                "type": "number",
                "description": "Coefficient of Area",
                "format": "double",
                "nullable": true
              },
              "coefficient_ix": {
                "type": "number",
                "description": "Coefficient of Ix",
                "format": "double",
                "nullable": true
              },
              "coefficient_iy": {
                "type": "number",
                "description": "Coefficient of Iy",
                "format": "double",
                "nullable": true
              },
              "coefficient_iz": {
                "type": "number",
                "description": "Coefficient of Iz",
                "format": "double",
                "nullable": true
              },
              "eccentric_angle": {
                "type": "number",
                "description": "Eccentric Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "eccentric_distance": {
                "type": "number",
                "description": "Eccentric Distance (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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"
            }
          ]
        },
        "is_single_power": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
          "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
        },
        "max_rate_of_temperature_increase": {
          "type": "number",
          "description": "Max Rate of Temperature Increase (TemperaturePerTime, degree Kelvin per second, K/s)",
          "format": "double",
          "nullable": true
        },
        "model_name": {
          "type": "string",
          "description": "Model Name"
        },
        "modulator_config": {
          "type": "object",
          "properties": {
            "gap_size": {
              "type": "number",
              "description": "Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "max_gap_size": {
              "type": "number",
              "description": "Max Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "min_gap_size": {
              "type": "number",
              "description": "Min Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_size": {
              "type": "number",
              "description": "Rotor Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "rotor_type": {
              "type": "string",
              "description": "Rotor Type"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "modulator_options": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "gap_size": {
                "type": "number",
                "description": "Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "max_gap_size": {
                "type": "number",
                "description": "Max Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_gap_size": {
                "type": "number",
                "description": "Min Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "rotor_size": {
                "type": "number",
                "description": "Rotor Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "rotor_type": {
                "type": "string",
                "description": "Rotor Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "mud_operated_pulser": {
          "type": "object",
          "oneOf": [
            {
              "value": "unknown"
            },
            {
              "value": "mini_std"
            },
            {
              "value": "mini_hd"
            },
            {
              "value": "mini_xhd"
            },
            {
              "value": "low_flow_std"
            },
            {
              "value": "low_flow_hd"
            },
            {
              "value": "low_flow_xhd"
            },
            {
              "value": "high_flow_std"
            }
          ]
        },
        "mud_operated_pulser_options": {
          "type": "array",
          "items": {
            "type": "string",
            "properties": {
              "value": {
                "type": "string",
                "description": "Value"
              }
            }
          }
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "nominal_pressure_flow_rate": {
          "type": "number",
          "description": "Nominal Pressure Flow Rate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "nominal_pressure_loss": {
          "type": "number",
          "description": "Nominal Pressure Loss (Pressure, pascal, Pa)",
          "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"
            }
          ]
        },
        "orifice_config": {
          "type": "object",
          "oneOf": [
            {
              "value": "unknown"
            },
            {
              "value": "1"
            },
            {
              "value": "2"
            },
            {
              "value": "3"
            },
            {
              "value": "4"
            },
            {
              "value": "5"
            },
            {
              "value": "6"
            },
            {
              "value": "7"
            },
            {
              "value": "8"
            },
            {
              "value": "9"
            },
            {
              "value": "10"
            }
          ]
        },
        "orifice_options": {
          "type": "array",
          "items": {
            "type": "string",
            "properties": {
              "value": {
                "type": "string",
                "description": "Value"
              }
            }
          }
        },
        "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
        },
        "portholes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Distance To ROP (StandardDepthIndex, 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"
                  }
                }
              },
              "fatigue_ref_no": {
                "type": "string",
                "description": "Fatigue Ref No"
              },
              "feature": {
                "type": "string",
                "description": "Feature"
              },
              "type": {
                "type": "string",
                "description": "Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "pressure_loss_factor": {
          "type": "number",
          "description": "Pressure Loss Factor",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_input_option": {
          "type": "object",
          "oneOf": [
            {
              "value": "Pressure Loss Factor"
            },
            {
              "value": "Pressure Drop Linear/Constant"
            },
            {
              "value": "Collar ID & Length"
            }
          ]
        },
        "read_out_port_offset": {
          "type": "number",
          "description": "ROP / Flat on Collar Offset (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "sensors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "sensor_type": {
                "type": "string",
                "description": "Measurement Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "serial_number": {
          "type": "string",
          "description": "Serial Number"
        },
        "shaft_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "coefficient_area": {
                "type": "number",
                "description": "Coefficient of Area",
                "format": "double",
                "nullable": true
              },
              "coefficient_ix": {
                "type": "number",
                "description": "Coefficient of Ix",
                "format": "double",
                "nullable": true
              },
              "coefficient_iy": {
                "type": "number",
                "description": "Coefficient of Iy",
                "format": "double",
                "nullable": true
              },
              "coefficient_iz": {
                "type": "number",
                "description": "Coefficient of Iz",
                "format": "double",
                "nullable": true
              },
              "constrain_on_thx": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_thy": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_thz": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_ux": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_uy": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_on_uz": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Free"
                  },
                  {
                    "value": "Fixed"
                  },
                  {
                    "value": "Contact"
                  }
                ]
              },
              "constrain_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "No"
                  },
                  {
                    "value": "PointOnBottomEnd"
                  },
                  {
                    "value": "PointOnTopEnd"
                  },
                  {
                    "value": "Section"
                  }
                ]
              },
              "eccentric_angle": {
                "type": "number",
                "description": "Eccentric Angle (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "eccentric_distance": {
                "type": "number",
                "description": "Eccentric Distance (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "slimpulse_modulator": {
          "type": "object",
          "properties": {
            "gap_size": {
              "type": "number",
              "description": "Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "max_gap_size": {
              "type": "number",
              "description": "Max Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "min_gap_size": {
              "type": "number",
              "description": "Min Gap Size (TelemetryToolGapSize, meter, m)",
              "format": "double",
              "nullable": true
            },
            "slimpulse_type": {
              "type": "string",
              "description": "Slimpulse Modulator Assembly Type"
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "slimpulse_modulator_options": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "gap_size": {
                "type": "number",
                "description": "Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "max_gap_size": {
                "type": "number",
                "description": "Max Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_gap_size": {
                "type": "number",
                "description": "Min Gap Size (TelemetryToolGapSize, meter, m)",
                "format": "double",
                "nullable": true
              },
              "slimpulse_type": {
                "type": "string",
                "description": "Slimpulse Modulator Assembly Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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_bands": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom Connection (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, 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
        }
      }
    },
    "Reamer": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bom": {
          "type": "string",
          "description": "BOM (Bill of Materials)"
        },
        "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"
        },
        "cutter_pties": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "cutter_count": {
                "type": "integer",
                "description": "Cutter Count",
                "format": "int32",
                "nullable": true
              },
              "cutter_shape": {
                "type": "string",
                "description": "Cutter Shape"
              },
              "cutter_size": {
                "type": "number",
                "description": "Cutter Size (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_thickness": {
                "type": "number",
                "description": "Cutter Thickness (ShortLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "cutter_type": {
                "type": "string",
                "description": "Cutter Type"
              },
              "location": {
                "type": "string",
                "description": "Location"
              },
              "material": {
                "type": "string",
                "description": "Material"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "cutters": {
          "type": "integer",
          "description": "Cutters",
          "format": "int32",
          "nullable": true
        },
        "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
        },
        "drill_hole_diameter": {
          "type": "number",
          "description": "Drill Hole 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"
            }
          ]
        },
        "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_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"
            }
          ]
        },
        "nozzle_flow_area": {
          "type": "number",
          "description": "Nozzle Total Flow Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "nozzles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (OilfieldGaugeLength, meter, m)",
                "format": "double",
                "nullable": true
              },
              "nozzle_count": {
                "type": "integer",
                "description": "Nozzle Count",
                "format": "int32",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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
        },
        "pass_through_diameter": {
          "type": "number",
          "description": "Pass Through 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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        },
        "type_hole_opener": {
          "type": "object",
          "oneOf": [
            {
              "value": ""
            },
            {
              "value": "roller reamer"
            },
            {
              "value": "string reamer"
            },
            {
              "value": "key seat wiper"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "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
        }
      }
    },
    "RestrictorSub": {
      "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
        },
        "discharge_coefficient": {
          "type": "number",
          "description": "Discharge Coefficient",
          "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"
            }
          ]
        },
        "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_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"
        },
        "restrictor_diameter": {
          "type": "number",
          "description": "Restrictor Diameter (OilfieldGaugeLength, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "RotarySteerable": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bend_angle": {
          "type": "number",
          "description": "Bend Angle (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "bending_moment_rotating": {
          "type": "number",
          "description": "Rotating Bending Moment (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "bend_offset": {
          "type": "number",
          "description": "Bend Offset (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "bias_unit": {
          "type": "object",
          "properties": {
            "ball_diameter": {
              "type": "number",
              "description": "Ball Diameter (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face1_lower": {
              "type": "number",
              "description": "Face 1 Lower Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face1_upper": {
              "type": "number",
              "description": "Face 1 Upper Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face2_lower": {
              "type": "number",
              "description": "Face 2 Lower Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face2_upper": {
              "type": "number",
              "description": "Face 2 Upper Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face3_lower": {
              "type": "number",
              "description": "Face 3 Lower Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "ball_radial_gap_face3_upper": {
              "type": "number",
              "description": "Face 3 Upper Ball Radial Gap (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bias_unit_flow_restrict": {
              "type": "number",
              "description": "Flowrate Restrictor (OilfieldGaugeLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "default_flow_restrictor": {
              "type": "number",
              "description": "Default Flow Restrictor (OilfieldGaugeLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "drift_diameter": {
              "type": "number",
              "description": "Drift Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "exhaust_nozzle": {
              "type": "number",
              "description": "Exhaust Nozzle (OilfieldGaugeLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fish_neck_diameter": {
              "type": "number",
              "description": "Fishing Neck Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "fish_neck_length": {
              "type": "number",
              "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "groove_diameter": {
              "type": "number",
              "description": "Groove Diameter (Millimeter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "joint_count": {
              "type": "integer",
              "description": "Joint Count",
              "format": "int32",
              "nullable": true
            },
            "legal_flow_restrictor": {
              "type": "string",
              "description": "Legal Flow Restrictor"
            },
            "legal_flow_restrictor_arr": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "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
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "number_of_balls_face1": {
              "type": "integer",
              "description": "Face 1 Number Of Balls",
              "format": "int32",
              "nullable": true
            },
            "number_of_balls_face2": {
              "type": "integer",
              "description": "Face 2 Number Of Balls",
              "format": "int32",
              "nullable": true
            },
            "number_of_balls_face3": {
              "type": "integer",
              "description": "Face 3 Number Of Balls",
              "format": "int32",
              "nullable": true
            },
            "number_of_grooves_face1": {
              "type": "integer",
              "description": "Face 1 Number Of Grooves",
              "format": "int32",
              "nullable": true
            },
            "number_of_grooves_face2": {
              "type": "integer",
              "description": "Face 2 Number Of Grooves",
              "format": "int32",
              "nullable": true
            },
            "number_of_grooves_face3": {
              "type": "integer",
              "description": "Face 3 Number Of Grooves",
              "format": "int32",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_close_outside_diameter": {
              "type": "number",
              "description": "Pad Close Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_count": {
              "type": "integer",
              "description": "Pad Count",
              "format": "int32",
              "nullable": true
            },
            "pad_length": {
              "type": "number",
              "description": "Pad Length (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_offset_to_bu_bottom": {
              "type": "number",
              "description": "Pad Offset To Bottom (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_open_outside_diameter": {
              "type": "number",
              "description": "Pad Open Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_abs_lower": {
              "type": "number",
              "description": "Absolute Lower Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_abs_upper": {
              "type": "number",
              "description": "Absolute Upper Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_rec_lower": {
              "type": "number",
              "description": "Recommended Lower Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_pressure_drop_limit_rec_upper": {
              "type": "number",
              "description": "Recommended Upper Pad Pressure Drop Limit (Pressure, pascal, Pa)",
              "format": "double",
              "nullable": true
            },
            "pad_width": {
              "type": "number",
              "description": "Pad Width (ShortLength, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pressure_drop_coef": {
              "type": "number",
              "description": "Pressure Loss Factor",
              "format": "double",
              "nullable": true
            },
            "push_force": {
              "type": "number",
              "description": "Push Force (HighForce, newton, N)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "thick_wall": {
              "type": "number",
              "description": "Wall Thickness (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "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"
        },
        "conn_downhole_size": {
          "type": "number",
          "description": "Connection Downhole Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "conn_downhole_type": {
          "type": "string",
          "description": "Connection Downhole Type"
        },
        "conn_uphole_size": {
          "type": "number",
          "description": "Connection Uphole Size (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "conn_uphole_type": {
          "type": "string",
          "description": "Connection Uphole Type"
        },
        "constant_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Constant) (Pressure, pascal, Pa)",
          "format": "double",
          "nullable": true
        },
        "control_unit": {
          "type": "object",
          "properties": {
            "collar_sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "index": {
                    "type": "integer",
                    "description": "Position Index From Top",
                    "format": "int32",
                    "nullable": true
                  },
                  "inside_diameter": {
                    "type": "number",
                    "description": "Inside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "length": {
                    "type": "number",
                    "description": "Length (Length, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "linear_weight": {
                    "type": "number",
                    "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                    "format": "double",
                    "nullable": true
                  },
                  "outside_diameter": {
                    "type": "number",
                    "description": "Outside Diameter (CylinderDiameter, meter, m)",
                    "format": "double",
                    "nullable": true
                  },
                  "section_type": {
                    "type": "object",
                    "oneOf": [
                      {
                        "value": "Common"
                      },
                      {
                        "value": "Eccentric"
                      },
                      {
                        "value": "EccentricWithConstrain"
                      },
                      {
                        "value": "Socket"
                      },
                      {
                        "value": "BentSub"
                      }
                    ]
                  },
                  "uid": {
                    "type": "string",
                    "description": "Uid"
                  }
                }
              }
            },
            "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
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "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
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "pressure_drop_coef": {
              "type": "number",
              "description": "Pressure Loss Factor",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "thick_wall": {
              "type": "number",
              "description": "Wall Thickness (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "deflection_method": {
          "type": "object",
          "oneOf": [
            {
              "value": "point bit"
            },
            {
              "value": "push bit"
            },
            {
              "value": "hybrid"
            }
          ]
        },
        "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
        },
        "extension_sub": {
          "type": "object",
          "properties": {
            "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_length": {
              "type": "number",
              "description": "Fishing Neck Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "inside_diameter": {
              "type": "number",
              "description": "Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "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
            },
            "manufacturer": {
              "type": "string",
              "description": "Manufacturer"
            },
            "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_outside_diameter": {
              "type": "number",
              "description": "Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "outside_diameter": {
              "type": "number",
              "description": "Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "remarks": {
              "type": "string",
              "description": "Remarks"
            },
            "serial_number": {
              "type": "string",
              "description": "Serial Number"
            },
            "thick_wall": {
              "type": "number",
              "description": "Wall Thickness (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "firmware_version": {
          "type": "string",
          "description": "Firmware Version"
        },
        "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_kit": {
          "type": "string",
          "description": "Flow Kit"
        },
        "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"
            }
          ]
        },
        "hole_size": {
          "type": "number",
          "description": "Hole Size (CylinderDiameter, meter, m)",
          "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"
            }
          ]
        },
        "is_single_power": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "length": {
          "type": "number",
          "description": "Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "linear_pressure_drop_coefficient": {
          "type": "number",
          "description": "Custom Pressure Drop Factor (Linear) (PressurePerFlowrate, pascal per cubic meter per second, Pa/(m3/s))",
          "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
        },
        "makeup_torque_downhole": {
          "type": "number",
          "description": "Makeup Torque Downhole (HighTorque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "makeup_torque_uphole": {
          "type": "number",
          "description": "Makeup Torque Uphole (HighTorque, newton-meter, N.m)",
          "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_down_link_flow_rate": {
          "type": "number",
          "description": "Max Down Link FlowRate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "max_hole_size": {
          "type": "number",
          "description": "Max Hole Size (CylinderDiameter, meter, m)",
          "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_rate_of_temperature_increase": {
          "type": "number",
          "description": "Max Rate of Temperature Increase (TemperaturePerTime, degree Kelvin per second, K/s)",
          "format": "double",
          "nullable": true
        },
        "min_down_link_flow_rate": {
          "type": "number",
          "description": "Min Down Link FlowRate (MudFlowrate, cubic meter per second, m3/s)",
          "format": "double",
          "nullable": true
        },
        "min_hole_size": {
          "type": "number",
          "description": "Min Hole Size (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_speed": {
          "type": "number",
          "description": "Operating Speed (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "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
        },
        "portholes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_bottom": {
                "type": "number",
                "description": "Distance To Bottom (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "distance_to_rop": {
                "type": "number",
                "description": "Distance To ROP (StandardDepthIndex, 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"
                  }
                }
              },
              "fatigue_ref_no": {
                "type": "string",
                "description": "Fatigue Ref No"
              },
              "feature": {
                "type": "string",
                "description": "Feature"
              },
              "type": {
                "type": "string",
                "description": "Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "pressure_drop_coef": {
          "type": "number",
          "description": "Pressure Loss Factor",
          "format": "double",
          "nullable": true
        },
        "pressure_loss_input_option": {
          "type": "object",
          "oneOf": [
            {
              "value": "Pressure Loss Factor"
            },
            {
              "value": "Pressure Drop Linear/Constant"
            },
            {
              "value": "Collar ID & Length"
            }
          ]
        },
        "read_out_port_offset": {
          "type": "number",
          "description": "ROP / Flat on Collar Offset (StandardDepthIndex, meter, m)",
          "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"
            }
          ]
        },
        "rss_type": {
          "type": "string",
          "description": "Sub Type"
        },
        "sensors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "distance_to_rop": {
                "type": "number",
                "description": "Offset To ROP (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "sensor_type": {
                "type": "string",
                "description": "Measurement Type"
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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_category": {
          "type": "string",
          "description": "Sub Category"
        },
        "sub_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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_size": {
          "type": "string",
          "description": "Tool Size"
        },
        "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
        }
      }
    },
    "SegmentedCollar": {
      "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"
        },
        "collar_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "index": {
                "type": "integer",
                "description": "Position Index From Top",
                "format": "int32",
                "nullable": true
              },
              "inside_diameter": {
                "type": "number",
                "description": "Inside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "length": {
                "type": "number",
                "description": "Length (Length, meter, m)",
                "format": "double",
                "nullable": true
              },
              "linear_weight": {
                "type": "number",
                "description": "Linear Weight (MassPerLength, kilogram per meter, kg/m)",
                "format": "double",
                "nullable": true
              },
              "outside_diameter": {
                "type": "number",
                "description": "Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "Common"
                  },
                  {
                    "value": "Eccentric"
                  },
                  {
                    "value": "EccentricWithConstrain"
                  },
                  {
                    "value": "Socket"
                  },
                  {
                    "value": "BentSub"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "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"
            }
          ]
        },
        "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_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
        }
      }
    },
    "ShockSub": {
      "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"
            }
          ]
        },
        "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_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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        }
      }
    },
    "Stabilizer": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "blade_align_angular": {
          "type": "number",
          "description": "Blade Align Angular (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "blade_align_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "topOfBladeNo1"
            },
            {
              "value": "bottomOfBladeNo1"
            },
            {
              "value": "none"
            }
          ]
        },
        "blade_count": {
          "type": "integer",
          "description": "Blade Count",
          "format": "int32",
          "nullable": true
        },
        "blade_flat_outside_diameter": {
          "type": "number",
          "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_gauge_length": {
          "type": "number",
          "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_height": {
          "type": "number",
          "description": "Blade Height (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_height_open_position": {
          "type": "number",
          "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_length": {
          "type": "number",
          "description": "Blade Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_lower_outside_diameter": {
          "type": "number",
          "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_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"
            }
          ]
        },
        "blade_non_mag_flag": {
          "type": "object",
          "oneOf": [
            {
              "value": "true"
            },
            {
              "value": "false"
            }
          ]
        },
        "blade_profile_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "square"
            },
            {
              "value": "round"
            },
            {
              "value": "taper"
            }
          ]
        },
        "blade_shape": {
          "type": "object",
          "oneOf": [
            {
              "value": "dynamic"
            },
            {
              "value": "melon"
            },
            {
              "value": "spiral"
            },
            {
              "value": "straight"
            },
            {
              "value": "variable"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "blade_spiral": {
          "type": "number",
          "description": "Blade Spiral (PlaneAngle, radian, rad)",
          "format": "double",
          "nullable": true
        },
        "blade_type": {
          "type": "object",
          "oneOf": [
            {
              "value": "clamp-on"
            },
            {
              "value": "integral"
            },
            {
              "value": "sleeve"
            },
            {
              "value": "welded"
            },
            {
              "value": "unknown"
            }
          ]
        },
        "blade_upper_length": {
          "type": "number",
          "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_upper_outside_diameter": {
          "type": "number",
          "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "blade_width": {
          "type": "number",
          "description": "Blade Width (StandardDepthIndex, meter, m)",
          "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
            },
            "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"
            }
          ]
        },
        "friction_factor": {
          "type": "number",
          "description": "Friction Factor",
          "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"
            }
          ]
        },
        "junk_slot_area": {
          "type": "number",
          "description": "Junk Slot Area (SmallArea, square meter, m2)",
          "format": "double",
          "nullable": true
        },
        "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_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
        },
        "max_stabilizer_outside_diameter": {
          "type": "number",
          "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
          "format": "double",
          "nullable": true
        },
        "min_stabilizer_outside_diameter": {
          "type": "number",
          "description": "Min Stabilizer 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"
        },
        "stabilizer_magnetic_pole_strength": {
          "type": "number",
          "description": "Stabilizer Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
          "format": "double",
          "nullable": true
        },
        "stabilizer_to_bottom_conn": {
          "type": "number",
          "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
          "format": "double",
          "nullable": true
        },
        "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"
        },
        "version": {
          "type": "string",
          "description": "Version"
        },
        "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
        }
      }
    },
    "Turbine": {
      "type": "object",
      "properties": {
        "additional_properties": {
          "type": "object"
        },
        "bearing_section": {
          "type": "object",
          "properties": {
            "bearing_diameter": {
              "type": "number",
              "description": "Bearing Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bearing_discharge": {
              "type": "number",
              "description": "% Discharge (Percent, dimensionless,  )",
              "format": "double",
              "nullable": true
            },
            "bearing_section_k_value": {
              "type": "number",
              "description": "Bearing Section K Value",
              "format": "double",
              "nullable": true
            },
            "bearing_section_length": {
              "type": "number",
              "description": "Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bend_angle": {
              "type": "number",
              "description": "Bend Angle (PlaneAngle, radian, rad)",
              "format": "double",
              "nullable": true
            },
            "bend_to_bottom_conn": {
              "type": "number",
              "description": "Bend To Bottom Connection (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bit_box_inside_diameter": {
              "type": "number",
              "description": "Bit Box Inside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bit_box_length": {
              "type": "number",
              "description": "Bit Box Length (StandardDepthIndex, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bit_box_max_outside_diameter": {
              "type": "number",
              "description": "Bit Box Max Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "bit_box_outside_diameter": {
              "type": "number",
              "description": "Bit Box Outside Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "hydraulic_count": {
              "type": "integer",
              "description": "Hydraulic Count",
              "format": "int32",
              "nullable": true
            },
            "hydraulic_type": {
              "type": "string",
              "description": "Hydraulic Type"
            },
            "legal_bend_angles": {
              "type": "string",
              "description": "Legal Bend Angles"
            },
            "mechanical_count": {
              "type": "integer",
              "description": "Mechanical Count",
              "format": "int32",
              "nullable": true
            },
            "mechanical_type": {
              "type": "string",
              "description": "Mechanical Type"
            },
            "shaft_diameter": {
              "type": "number",
              "description": "Shaft Diameter (CylinderDiameter, meter, m)",
              "format": "double",
              "nullable": true
            },
            "turbine_bearing_type": {
              "type": "object",
              "oneOf": [
                {
                  "value": ""
                },
                {
                  "value": "BS"
                },
                {
                  "value": "BSA"
                },
                {
                  "value": "FBS"
                },
                {
                  "value": "SBS"
                }
              ]
            },
            "uid": {
              "type": "string",
              "description": "Uid"
            }
          }
        },
        "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"
            }
          ]
        },
        "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_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
        },
        "power_section_bypass_leak": {
          "type": "number",
          "description": "% Power Section Bypass Leak (Percent, dimensionless,  )",
          "format": "double",
          "nullable": true
        },
        "power_sections": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_power_coefficient": {
                "type": "number",
                "description": "Blade Power Coefficient",
                "format": "double",
                "nullable": true
              },
              "blade_thrust_constant": {
                "type": "number",
                "description": "Blade Thrust Constant",
                "format": "double",
                "nullable": true
              },
              "index": {
                "type": "string",
                "description": "Index"
              },
              "power_section_k_value": {
                "type": "number",
                "description": "Power Section K Value",
                "format": "double",
                "nullable": true
              },
              "power_section_length": {
                "type": "number",
                "description": "Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "power_section_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "TS"
                  },
                  {
                    "value": "TSH"
                  },
                  {
                    "value": "TSB"
                  },
                  {
                    "value": "TSXL"
                  }
                ]
              },
              "turbine_blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "turbine_blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": ""
                  },
                  {
                    "value": "MK1"
                  },
                  {
                    "value": "MK2"
                  },
                  {
                    "value": "MK3"
                  },
                  {
                    "value": "MK4"
                  },
                  {
                    "value": "ALPHA"
                  },
                  {
                    "value": "SN"
                  },
                  {
                    "value": "TF"
                  }
                ]
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              }
            }
          }
        },
        "p_section_number": {
          "type": "string",
          "description": "Power Section Number"
        },
        "remarks": {
          "type": "string",
          "description": "Remarks"
        },
        "rpm1": {
          "type": "number",
          "description": "RPM 1 (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "rpm2": {
          "type": "number",
          "description": "RPM 2 (RotarySpeed, radian per second, rad/s)",
          "format": "double",
          "nullable": true
        },
        "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_stabilizers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "blade_align_angular": {
                "type": "number",
                "description": "Blade Align Angular (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_align_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "topOfBladeNo1"
                  },
                  {
                    "value": "bottomOfBladeNo1"
                  },
                  {
                    "value": "none"
                  }
                ]
              },
              "blade_count": {
                "type": "integer",
                "description": "Blade Count",
                "format": "int32",
                "nullable": true
              },
              "blade_flat_outside_diameter": {
                "type": "number",
                "description": "Blade Flat Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_gauge_length": {
                "type": "number",
                "description": "Blade Gauge Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height": {
                "type": "number",
                "description": "Blade Height (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_height_open_position": {
                "type": "number",
                "description": "Blade Height Open Position (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_length": {
                "type": "number",
                "description": "Blade Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_lower_outside_diameter": {
                "type": "number",
                "description": "Blade Lower Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_profile_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "square"
                  },
                  {
                    "value": "round"
                  },
                  {
                    "value": "taper"
                  }
                ]
              },
              "blade_shape": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "dynamic"
                  },
                  {
                    "value": "melon"
                  },
                  {
                    "value": "spiral"
                  },
                  {
                    "value": "straight"
                  },
                  {
                    "value": "variable"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_spiral": {
                "type": "number",
                "description": "Blade Spiral (PlaneAngle, radian, rad)",
                "format": "double",
                "nullable": true
              },
              "blade_type": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "clamp-on"
                  },
                  {
                    "value": "integral"
                  },
                  {
                    "value": "sleeve"
                  },
                  {
                    "value": "welded"
                  },
                  {
                    "value": "unknown"
                  }
                ]
              },
              "blade_upper_length": {
                "type": "number",
                "description": "Blade Upper Length (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_upper_outside_diameter": {
                "type": "number",
                "description": "Blade Upper Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "blade_width": {
                "type": "number",
                "description": "Blade Width (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "friction_factor": {
                "type": "number",
                "description": "Friction Factor",
                "format": "double",
                "nullable": true
              },
              "junk_slot_area": {
                "type": "number",
                "description": "Junk Slot Area (SmallArea, square meter, m2)",
                "format": "double",
                "nullable": true
              },
              "magnetic_pole_strength": {
                "type": "number",
                "description": "Magnetic Pole Strength (MagneticPoleStrength, weber, Wb)",
                "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_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Max Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "min_stabilizer_outside_diameter": {
                "type": "number",
                "description": "Min Stabilizer Outside Diameter (CylinderDiameter, meter, m)",
                "format": "double",
                "nullable": true
              },
              "non_mag_flag": {
                "type": "object",
                "oneOf": [
                  {
                    "value": "true"
                  },
                  {
                    "value": "false"
                  }
                ]
              },
              "stabilizer_to_bottom_conn": {
                "type": "number",
                "description": "Blade Mid-Point to Bottom Conn (StandardDepthIndex, meter, m)",
                "format": "double",
                "nullable": true
              },
              "uid": {
                "type": "string",
                "description": "Uid"
              },
              "version": {
                "type": "string",
                "description": "Version"
              }
            }
          }
        },
        "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
        },
        "top_turbine_type": {
          "type": "string",
          "description": "Top Turbine Type"
        },
        "torque1": {
          "type": "number",
          "description": "Torque 1 (Torque, newton-meter, N.m)",
          "format": "double",
          "nullable": true
        },
        "torque2": {
          "type": "number",
          "description": "Torque 2 (Torque, newton-meter, N.m)",
          "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
        }
      }
    }
  }
}