This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
System
A flexible system object that can contain any fields
idstring
System ID (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011
createdAtstring<date-time>
Creation timestamp
Example:
2023-12-01T10:30:00.000Z
updatedAtstring<date-time>
Last update timestamp
Example:
2023-12-01T15:45:00.000Z
property name*any
A flexible system object that can contain any fields
Example:
{"id":"507f1f77bcf86cd799439011","name":"User Management System","description":"Handles user authentication and profiles","status":"active","environment":"production","owner":"[email protected]","team":"backend","tags":["users","auth"],"createdAt":"2023-12-01T10:30:00.000Z","updatedAt":"2023-12-01T15:45:00.000Z"}
This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
System
{
"id": "507f1f77bcf86cd799439011",
"name": "User Management System",
"description": "Handles user authentication and profiles",
"status": "active",
"environment": "production",
"owner": "[email protected]",
"team": "backend",
"tags": [
"users",
"auth"
],
"createdAt": "2023-12-01T10:30:00.000Z",
"updatedAt": "2023-12-01T15:45:00.000Z"
}