Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Sample State

Phil Gresh edited this page Aug 15, 2020 · 8 revisions
{
  "entities": {
    "users": {
      "aac10d6e": {
        "id": "aac10d6e",
        "first_name": "Phil",
        "last_name": "Gresham",
        "email": "philgresham[at]gmail[dot]com"
      },
      "0d45f49d": {
        "id": "0d45f49d",
        "first_name": "Bob",
        "last_name": "Zurunckle",
        "email": "bob[at]gmail[dot]com"
      }
    },
    "documents": {
      "cfe0dcab": {
        "id": "cfe0dcab",
        "previewUrl": "aws.bucket/smallsize/cfe0dcab",
        "fileUrl": "aws.bucket/fullsize/cfe0dcab",
        "type": "pdf",
        "contentFields": [3, 53, 54],
        "ownerId": "aac10d6e",
        "editorIds": ["0d45f49d"]
      }
    },
    "contentFields": {
      "3": {
        "id": 3,
        "contentableId": "34",
        "contentableType": "sentinel_block",
        "assigneeId": "0d45f49d",
        "documentId": "cfe0dcab",
        "bbox": {
          "x0": 200,
          "y0": 200,
          "x1": 400,
          "y1": 300
        }
      },
      "53": {
        "id": 53,
        "contentableId": "35",
        "contentableType": "sentinel_block",
        "assigneeId": "0d45f49d",
        "documentId": "cfe0dcab",
        "bbox": {
          "x0": 200,
          "y0": 180,
          "x1": 400,
          "y1": 190
        }
      },
      "54": {
        "id": 54,
        "contentableId": "36",
        "contentableType": "signature_block",
        "assigneeId": "aac10d6e",
        "documentId": "cfe0dcab",
        "bbox": {
          "x0": 200,
          "y0": 410,
          "x1": 400,
          "y1": 510
        }
      }
    },
    "sentinelBlocks": {
      "34": {
        "id": 34,
        "user_id": "aac10d6e",
        "type": "SIGNATURE",
        "placeholder": "Sign here"
      },
      "35": {
        "id": 35,
        "user_id": "aac10d6e",
        "type": "DATE",
        "placeholder": "Today's date"
      }
    },
    "signatureBlocks": {
      "36": {
        "id": 36,
        "userId": "0d45f49d",
        "body": "image/png;base64,R0lGODlhEAAQAMQA...AORHHOVSKudfOulr",
        "pubKey": "370ad0db-1c46-4f04-90b9-e7e4be5e7262",
        "styling": {
          "font-family": "Permanent Marker"
        }
      }
    },
    "textBlocks": {}
  },
  "session": {
    "id": "aac10d6e"
  },
  "ui": {
    "modalOpen": true
  },
  "errors": {
    "userErrors": [],
    "sessionErrors": []
  }
}
Clone this wiki locally