diff --git a/app/Utils/Export/JsonSchema.php b/app/Utils/Export/JsonSchema.php index a7a4a23b5..f386b6a74 100644 --- a/app/Utils/Export/JsonSchema.php +++ b/app/Utils/Export/JsonSchema.php @@ -80,7 +80,10 @@ public function get( $version = null, $asArray = false, $detailed = true, $tags $version = $this->sanitiseVersion($version); } - $output = [ 'version' => $version ]; + $output = [ + 'version' => $version, + 'generator' => 'IXP Manager v' . APPLICATION_VERSION, + ]; // normalise times to UTC for exports date_default_timezone_set('UTC');