addedOutput schema / properties / data / properties
Added value: +{
+ "object": {
+ "additionalProperties": {},
+ "description": "Capacities API object returned by the server.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "status": {
+ "const": "deleted",
+ "type": "string"
+ },
+ "verification": {
+ "additionalProperties": {},
+ "properties": {
+ "absent": {
+ "type": "boolean"
+ },
+ "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"
+ },
+ "mismatches": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "path": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "path",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "propertyId": {
+ "type": "string"
+ },
+ "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",
+ "blockId",
+ "propertyId",
+ "absent"
+ ],
+ "type": "object"
+ }
+}