changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "api_version": {
+ "description": "The version of the RegLayer agent delivery contract.",
+ "type": "string"
+ },
+ "brief_id": {
+ "description": "The Decision Brief identifier used in the finished artifact.",
+ "type": "string"
+ },
+ "connection_required": {
+ "description": "Whether the original connection must remain open.",
+ "type": "boolean"
+ },
+ "delivery_instructions": {
+ "description": "Instructions for retrieving the result without relying on email.",
+ "type": "string"
+ },
+ "delivery_mode": {
+ "description": "The asynchronous delivery pattern used for this order.",
+ "type": "string"
+ },
+ "error": {
+ "description": "A machine-readable error label when the request cannot be completed.",
+ "type": "string"
+ },
+ "message": {
+ "description": "A human-readable status, authentication, or not-ready message.",
+ "type": "string"
+ },
+ "notice": {
+ "description": "The notice that must travel with RegLayer research outputs.",
+ "type": "string"
+ },
+ "ok": {
+ "description": "Whether the private status request succeeded.",
+ "type": "boolean"
+ },
+ "order_id": {
+ "description": "The private RegLayer order identifier.",
+ "type": "string"
+ },
+ "poll_after_seconds": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Seconds to wait before the next status check, or null when no further polling is needed."
+ },
+ "product": {
+ "description": "The purchased Instant Decision Brief product code.",
+ "type": "string"
+ },
+ "reference": {
+ "description": "The customer-facing brief reference.",
+ "type": "string"
+ },
+ "status": {
+ "description": "The current order state, such as researching, ready, or failed.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}