addRule('version', [ 'type' => self::TYPE_STRING, 'description' => 'Version of the Appwrite instance.', 'default' => '', 'example' => '0.11.0', ]) ; } /** * Get Name * * @return string */ public function getName(): string { return 'Health Version'; } /** * Get Type * * @return string */ public function getType(): string { return Response::MODEL_HEALTH_VERSION; } }