This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
KnowledgeResource
A resource in the knowledge base (file or URL)
Resource ID
507f1f77bcf86cd799439022
Type of resource
Possible values: [file
, url
]
file
Display name for the resource
API Documentation
Description of the resource
Complete API documentation and examples
Tags associated with the resource
["documentation","api","guide"]
Resource status
Possible values: [active
, inactive
, archived
]
active
Stored filename on disk (only for file resources)
file-1701234567890-123456789.pdf
Full path to the file on disk (only for file resources)
/app/uploads/knowledge-base/file-1701234567890-123456789.pdf
File size in bytes (only for file resources)
1048576
MIME type of the file (only for file resources)
application/pdf
The URL of the resource (only for URL resources)
https://docs.example.com/api-guide
Upload timestamp (only for file resources)
2023-12-01T10:30:00.000Z
When the URL was added (only for URL resources)
2023-12-01T10:30:00.000Z
Last update timestamp
2023-12-01T15:45:00.000Z
This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
{
"id": "507f1f77bcf86cd799439022",
"type": "file",
"name": "API Documentation",
"description": "Complete API documentation and examples",
"tags": [
"documentation",
"api",
"guide"
],
"status": "active",
"filename": "file-1701234567890-123456789.pdf",
"filepath": "/app/uploads/knowledge-base/file-1701234567890-123456789.pdf",
"size": 1048576,
"mimetype": "application/pdf",
"url": "https://docs.example.com/api-guide",
"uploadedAt": "2023-12-01T10:30:00.000Z",
"addedAt": "2023-12-01T10:30:00.000Z",
"updatedAt": "2023-12-01T15:45:00.000Z"
}