addedInput schema / properties / actor
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / api_version
Added value: +{
+ "maxLength": 32,
+ "type": "string"
+}
addedInput schema / properties / attempt_id
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / claim_token
Added value: +{
+ "maxLength": 512,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / coordination_mode
Added value: +{
+ "enum": [
+ "legacy",
+ "direct-v1"
+ ],
+ "type": "string"
+}
addedInput schema / properties / expected_revision
Added value: +{
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / idempotency_key
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / lease_id
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / lease_token
Added value: +{
+ "maxLength": 512,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / schema_version
Added value: +{
+ "maxLength": 32,
+ "type": "string"
+}
addedInput schema / properties / task_id
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}