From 7e6af788dc636f15bc62fdb0c8e81a91a7aab256 Mon Sep 17 00:00:00 2001 From: Carl Cervone <42869436+ccerv1@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:35:18 -0400 Subject: [PATCH] chore: update ossd schema version to 7 in docs (#1594) --- apps/docs/docs/contribute/project-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/contribute/project-data.md b/apps/docs/docs/contribute/project-data.md index 17eb34a01..ecd932657 100644 --- a/apps/docs/docs/contribute/project-data.md +++ b/apps/docs/docs/contribute/project-data.md @@ -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.