Skip to main content

GetDocumentChunksResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/GetDocumentChunksResponseBody.json
chunks object[]required

Document chunks ordered by position

  • Array [
  • depthint64
    documentUuidstringrequired
    fullPathstring
    nodeTypestring
    numberingstring
    positionint64required
    requirementLevelstring
    textstringrequired
    uuidstringrequired
  • ]
  • GetDocumentChunksResponseBody
    {
    "$schema": "https://example.com/schemas/GetDocumentChunksResponseBody.json",
    "chunks": "Unknown Type: array,null"
    }