addedInput schema / properties / wait_seconds
Added value: +{
+ "default": 0,
+ "description": "Wait up to this many seconds for a request. Zero returns immediately.",
+ "maximum": 25,
+ "minimum": 0,
+ "type": "integer"
+}
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / properties / created_at_datetime
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / created_at_timestamp
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / expire_datetime
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / expire_timestamp
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / ok
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / wait_reason
Added value: +{
+ "enum": [
+ "terminal",
+ "changed",
+ "timeout",
+ "immediate",
+ "unavailable",
+ "stalled"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / waited_seconds
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
changedOutput schema / required
Previous value: -[
- "capture_id",
- "status",
- "captured_at_timestamp",
- "captured_at_datetime",
- "request"
-]New value: +[
+ "ok",
+ "capture_id",
+ "status",
+ "created_at_timestamp",
+ "created_at_datetime",
+ "captured_at_timestamp",
+ "captured_at_datetime",
+ "expire_timestamp",
+ "expire_datetime",
+ "request",
+ "waited_seconds",
+ "wait_reason"
+]