addedOutput schema / properties / data / properties
Added value: +{
+ "lossReport": {
+ "additionalProperties": {},
+ "description": "Markdown conversion loss and entity-link report.",
+ "properties": {
+ "analysisLevel": {
+ "enum": [
+ "preflight_and_readback",
+ "preflight_only"
+ ],
+ "type": "string"
+ },
+ "analysisMethod": {
+ "const": "syntax_heuristic",
+ "type": "string"
+ },
+ "detectedLosses": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "blockId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "code": {
+ "type": "string"
+ },
+ "entityId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "feature": {
+ "type": "string"
+ },
+ "inferredVisibleText": {
+ "type": "string"
+ },
+ "persistedAs": {
+ "type": "string"
+ },
+ "severity": {
+ "const": "warning",
+ "type": "string"
+ },
+ "source": {
+ "enum": [
+ "preflight",
+ "readback"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "feature",
+ "severity",
+ "source",
+ "persistedAs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "entityLinks": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "blockId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "entityId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "outcome": {
+ "enum": [
+ "converted",
+ "literalized"
+ ],
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "label",
+ "outcome"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "analysisLevel",
+ "analysisMethod",
+ "detectedLosses",
+ "entityLinks"
+ ],
+ "type": "object"
+ },
+ "object": {
+ "additionalProperties": {},
+ "description": "Capacities API object returned by the server.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "status": {
+ "enum": [
+ "created",
+ "appended"
+ ],
+ "type": "string"
+ },
+ "verification": {
+ "additionalProperties": {},
+ "description": "Readback and persistence verification status.",
+ "properties": {
+ "mismatches": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "path": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "path",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "readbackError": {
+ "additionalProperties": {},
+ "description": "Stable error information returned when the operation fails.",
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {},
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "readbackPerformed": {
+ "type": "boolean"
+ },
+ "readbackVerified": {
+ "type": "boolean"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "snapshotAt": {
+ "type": "string"
+ },
+ "snapshotSource": {
+ "enum": [
+ "server_readback",
+ "mutation_response",
+ "none"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "verified",
+ "mismatch",
+ "readback_failed",
+ "disabled",
+ "not_applicable"
+ ],
+ "type": "string"
+ },
+ "writeState": {
+ "enum": [
+ "verified",
+ "written_unverified",
+ "not_written",
+ "unknown",
+ "not_applicable"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "readbackPerformed",
+ "readbackVerified",
+ "snapshotAt",
+ "snapshotSource",
+ "writeState"
+ ],
+ "type": "object"
+ }
+}