From 7a928bbee350036e72d7aa931d478773d36770e2 Mon Sep 17 00:00:00 2001 From: Gorkem Ercan Date: Tue, 13 Feb 2024 11:02:47 -0500 Subject: [PATCH] Update manifest version key --- pkg/cmd/build/jozu-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/build/jozu-file.md b/pkg/cmd/build/jozu-file.md index cc860306..dc183ea4 100644 --- a/pkg/cmd/build/jozu-file.md +++ b/pkg/cmd/build/jozu-file.md @@ -6,7 +6,7 @@ The Jozu manifest for AI/ML is a YAML file designed to encapsulate all the neces The manifest is structured into several key sections: `version`, `package`,`code`, `datasets` and `models`. Each section serves a specific purpose in describing the AI/ML package components and requirements. -### `version` +### `ManifestVersion` - **Description**: Specifies the manifest format version. - **Type**: String @@ -77,7 +77,7 @@ This section provides general information about the AI/ML project. ## Example ```yaml -version: 1.0 +manifestVersion: 1.0 package: name: AIProjectName version: 1.2.3