['The name field is required.'], 'api_url' => ['The api url field is required.', 'The api url format is invalid.'], ] ), ] )), ], )] class OpenApi { // This class is used to generate OpenAPI documentation // for the Coolify API. It is not a controller and does // not contain any routes. It is used to define the // OpenAPI metadata and security scheme for the API. }