Commit 2bd5eede authored by marthy's avatar marthy Committed by Mark Canterbury
Browse files

Update ts_103120_TrafficPolicy.schema.json

parent 1e394895
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -111,6 +111,9 @@
        },
        },
        "tp:Action": {
        "tp:Action": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "tp:Parameters": {
          "$ref": "#/$defs/ActionParameters"
        }
        }
      },
      },
      "required": [
      "required": [
@@ -272,6 +275,21 @@
      "required": [
      "required": [
        "tp:CommunicationServiceID"
        "tp:CommunicationServiceID"
      ]
      ]
    },
    "TruncateActionParameters": {
      "type": "object",
      "properties": {
        "tp:NumberOfOctets": {
          "type": "integer",
          "minimum": 0
        },
        "tp:ProvideOriginalLength": {
          "type": "boolean"
        }
      },
      "required": [
		    "tp:NumberOfOctets"
	    ]
    }
    }
  }
  }
}
}