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,
+ "type": "string"
+}
addedInput schema / properties / capability
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "apiVersion": {
+ "const": "1.0.0",
+ "type": "string"
+ },
+ "coordinationMode": {
+ "const": "direct-v1",
+ "type": "string"
+ },
+ "negotiated": {
+ "items": {
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "minItems": 1,
+ "type": "array"
+ },
+ "schemaVersion": {
+ "const": "1.0.0",
+ "type": "string"
+ }
+ },
+ "required": [
+ "coordinationMode",
+ "apiVersion",
+ "schemaVersion",
+ "negotiated"
+ ],
+ "type": "object"
+}
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 / evidence_links
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "digest": {
+ "pattern": "^sha256:[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "external_id": {
+ "maxLength": 1024,
+ "minLength": 1,
+ "type": "string"
+ },
+ "kind": {
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "provider": {
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "provider",
+ "kind",
+ "external_id",
+ "digest"
+ ],
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+}
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 / schema_version
Added value: +{
+ "maxLength": 32,
+ "type": "string"
+}