From: Jessica Wagantall Date: Thu, 24 Feb 2022 23:03:40 +0000 (-0800) Subject: Chore: Update INFO schema related docs X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F69741%2F1;p=releng%2Fdocs.git Chore: Update INFO schema related docs Update commands to Verify against INFO.yaml schema Issue: IT-23633 Signed-off-by: Jessica Wagantall Change-Id: If4ceb8c030192d8c3d3aa63b22182d3033b2e1b5 --- diff --git a/docs/committer-management.rst b/docs/committer-management.rst index 24c4605..1dcbc64 100644 --- a/docs/committer-management.rst +++ b/docs/committer-management.rst @@ -192,9 +192,10 @@ Verify INFO.yaml uses correct schema .. code-block:: yaml + pip install -U jsonschema python yaml-verify-schema.py \ - -s info-schema.yaml \ - -y INFO.yaml + --yaml INFO.yaml \ + --schema info-schema.yaml No output indicates INFO.yaml file is valid against the schema. **Otherwise**, ensure you correct any issues before continuing.