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 / change_name
Added value: +{
+ "maxLength": 256,
+ "type": "string"
+}
addedInput schema / properties / coordination_mode
Added value: +{
+ "enum": [
+ "legacy",
+ "direct-v1"
+ ],
+ "type": "string"
+}
addedInput schema / properties / idempotency_key
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / schema_version
Added value: +{
+ "maxLength": 32,
+ "type": "string"
+}
addedInput schema / properties / tasks / items / properties / gates
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "allowed_actors": {
+ "items": {
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "minItems": 1,
+ "type": "array"
+ },
+ "gate_id": {
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "required_for": {
+ "items": {
+ "enum": [
+ "backlog",
+ "ready",
+ "in_progress",
+ "in_review",
+ "done",
+ "blocked"
+ ],
+ "type": "string"
+ },
+ "maxItems": 6,
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "gate_id",
+ "required_for",
+ "allowed_actors"
+ ],
+ "type": "object"
+ },
+ "maxItems": 20,
+ "type": "array"
+}
addedInput schema / properties / tasks / items / properties / work_unit
Added value: +{
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+}