intel_category_with_super_category_id

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer
name string
super_category_id integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-category-with-super-category-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_category_with_super_category_id",
  "title": "intel_category_with_super_category_id",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "super_category_id": {
      "type": "integer"
    }
  }
}