Skip to content

Commit 7e00899

Browse files
committed
Update manifest version key
1 parent 896a8c9 commit 7e00899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/build/jozu-file.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Jozu manifest for AI/ML is a YAML file designed to encapsulate all the neces
66

77
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.
88

9-
### `version`
9+
### `ManifestVersion`
1010

1111
- **Description**: Specifies the manifest format version.
1212
- **Type**: String
@@ -77,7 +77,7 @@ This section provides general information about the AI/ML project.
7777
## Example
7878

7979
```yaml
80-
version: 1.0
80+
manifestVersion: 1.0
8181
package:
8282
name: AIProjectName
8383
version: 1.2.3

0 commit comments

Comments
 (0)