Skip to main content

This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template




SystemInput

Input data for creating or updating a system (flexible schema)

property name*any

Input data for creating or updating a system (flexible schema)

Example: {"name":"User Management System","description":"Handles user authentication and profiles","status":"active","environment":"production","owner":"[email protected]","team":"backend","tags":["users","auth"]}



This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template

SystemInput
{
"name": "User Management System",
"description": "Handles user authentication and profiles",
"status": "active",
"environment": "production",
"owner": "[email protected]",
"team": "backend",
"tags": [
"users",
"auth"
]
}