ServicePath (type)

{
  "description": "An instance of service chain that consists of forward and reverse service paths.", 
  "id": "ServicePath", 
  "module_id": "ServiceInsertionCommonTypes", 
  "properties": {
    "forward_path": {
      "$ref": "UnidirectionalServicePath, 
      "description": "Forward service path if available that applies to ingress traffic.", 
      "readonly": true, 
      "required": false, 
      "title": "Forward service path"
    }, 
    "reverse_path": {
      "$ref": "UnidirectionalServicePath, 
      "description": "Reverse service path if available that applies to egress traffic.", 
      "readonly": true, 
      "required": false, 
      "title": "Reverse Service Path"
    }, 
    "service_chain_id": {
      "description": "A unique id of a service chain.", 
      "readonly": true, 
      "required": false, 
      "title": "Service chain id", 
      "type": "integer"
    }, 
    "service_chain_uuid": {
      "description": "Uuid of a service chain.", 
      "readonly": true, 
      "required": false, 
      "title": "Uuid of a service chain", 
      "type": "string"
    }, 
    "service_path_id": {
      "description": "Unique identifier of a service path.", 
      "readonly": true, 
      "required": false, 
      "title": "Service path id", 
      "type": "integer"
    }
  }, 
  "title": "Service path", 
  "type": "object"
}