This commit is contained in:
		| @@ -54,9 +54,21 @@ public sealed record RuntimePolicyImageResponseDto | ||||
|     [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||||
|     public RuntimePolicyRekorDto? Rekor { get; init; } | ||||
|  | ||||
|     [JsonPropertyName("confidence")] | ||||
|     [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||||
|     public double? Confidence { get; init; } | ||||
|  | ||||
|     [JsonPropertyName("quieted")] | ||||
|     [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||||
|     public bool? Quieted { get; init; } | ||||
|  | ||||
|     [JsonPropertyName("quietedBy")] | ||||
|     [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||||
|     public string? QuietedBy { get; init; } | ||||
|  | ||||
|     [JsonPropertyName("metadata")] | ||||
|     [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||||
|     public IDictionary<string, object?>? Metadata { get; init; } | ||||
|     public string? Metadata { get; init; } | ||||
| } | ||||
|  | ||||
| public sealed record RuntimePolicyRekorDto | ||||
|   | ||||
		Reference in New Issue
	
	Block a user