Skip to content

Commit

Permalink
chore: update ossd schema version to 7 in docs (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 authored Jun 5, 2024
1 parent b80efbd commit 7e6af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/contribute/project-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `name` field is the unique identifier for the project and **must** match the

The schema currently contains the following fields:

- `version`: The version of the schema you are using. The latest version is Version 5. This is a required field.
- `version`: The latest version of the OSS Directory schema. This is a required field. To find the latest version, open any project YAML file and get the version from the top of the file. As of writing (2024-06-05), the latest version is Version 7.
- `name`: The unique identifier for the project. This is usually the GitHub organization name or the project name followed by the repo owner, separated by hyphens. This is a required field.
- `display_name`: The name of the project. This is a required field.
- `description`: A brief description of the project.
Expand Down

0 comments on commit 7e6af78

Please sign in to comment.