{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VulnerabilityUpdateSource",
"title": "VulnerabilityUpdateSource",
"description": "The source of the update which applied the changes.",
"properties": {
"source_id": {
"type": "string",
"format": "uuid",
"description": "The ID of the source which applied the changes.",
"readOnly": true
},
"source_type": {
"type": "string",
"description": "The resource type of the Source ID.",
"enum": [
"SCAN",
"USER",
"ORGANIZATION"
],
"readOnly": true
}
},
"readOnly": true
}