code-scanning-sarifs-receipt

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
url string The REST API URL for checking the status of the upload.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-sarifs-receipt-schema.json Raw ↑
{
  "$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
    }
  }
}