{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-analysis-commit-sha", "title": "code-scanning-analysis-commit-sha", "description": "The SHA of the commit to which the analysis you are uploading relates.", "type": "string", "minLength": 40, "maxLength": 40, "pattern": "^[0-9a-fA-F]+$" }