# code-scanning-sarifs-receipt

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `id`

- Required: false
- Type: `string`
- Example: `6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53`

An identifier for the upload.

### `url`

- Required: false
- Type: `string`
- Format: `uri`

The REST API URL for checking the status of the upload.

## JSON Schema

```json
{"properties":{"id":{"$ref":"#/components/schemas/code-scanning-analysis-sarif-id"},"url":{"description":"The REST API URL for checking the status of the upload.","format":"uri","readOnly":true,"type":"string"}},"type":"object"}
```
