action apicurio_get_system_info { label: "Get system information" description: "This operation retrieves information about the running registry system, such as the version\nof the software and when it was built." provider: apicurio method: GET path: "/system/info" encoding: json output: { type: "object" properties: { builtOn: { type: "string" format: "date-time" } description: { type: "string" } name: { type: "string" } version: { type: "string" } } } }