{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiDocumentParentDocumentId", "title": "API Document Parent Document ID", "description": "API Documents may be rendered as a tree of files.\n\nSpecify the `id` of another API Document as the `parent_document_id` to add some heirarchy do your documents.\n", "type": "string", "format": "uuid", "example": null, "nullable": true }