{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-sarifs-receipt", "title": "code-scanning-sarifs-receipt", "type": "object", "properties": { "id": { "$ref": "#/components/schemas/code-scanning-analysis-sarif-id" }, "url": { "type": "string", "description": "The REST API URL for checking the status of the upload.", "format": "uri", "readOnly": true } } }