DscpBit (type)

{
  "additionalProperties": false, 
  "desceiption": "To define the Dscp bit in Global In-band network telemetry configuration.\n", 
  "extends": {
    "$ref": "DscpIndicator
  }, 
  "id": "DscpBit", 
  "module_id": "Policy", 
  "polymorphic-type-descriptor": {
    "type-identifier": "DSCP_BIT"
  }, 
  "properties": {
    "dscp_bit": {
      "description": "A DSCP bit is allocated to indicate the existence of INT header. It takes effect only when the INT indicator mode is DSCP_BIT. The user should guarantee that the given DSCP bit is specifically allocated for INT.", 
      "maximum": 5, 
      "minimum": 0, 
      "required": true, 
      "title": "DSCP bit for indicating the existence of INT header.", 
      "type": "int"
    }, 
    "indicator_type": {
      "enum": [
        "DSCP_BIT", 
        "DSCP_VALUE"
      ], 
      "required": true, 
      "title": "The method for indicating the existence of INT header.", 
      "type": "string"
    }
  }, 
  "title": "Dscp bit config", 
  "type": "object"
}