fix: role schema forward

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
Christopher Phillips 2025-10-22 13:22:58 -04:00
parent 3326ae44fa
commit 13756ec768
No known key found for this signature in database
3 changed files with 4081 additions and 3 deletions

View File

@ -3,5 +3,5 @@ package internal
const ( const (
// JSONSchemaVersion is the current schema version output by the JSON encoder // JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment. // This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "16.0.41" JSONSchemaVersion = "16.0.42"
) )

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "anchore.io/schema/syft/json/16.0.41/document", "$id": "anchore.io/schema/syft/json/16.0.42/document",
"$ref": "#/$defs/Document", "$ref": "#/$defs/Document",
"$defs": { "$defs": {
"AlpmDbEntry": { "AlpmDbEntry": {
@ -1461,7 +1461,7 @@
"ggufVersion", "ggufVersion",
"tensorCount" "tensorCount"
], ],
"description": "GGUFFileMetadata represents metadata extracted from a GGUF (GPT-Generated Unified Format) model file." "description": "GGUFFileHeader represents metadata extracted from a GGUF (GPT-Generated Unified Format) model file."
}, },
"GithubActionsUseStatement": { "GithubActionsUseStatement": {
"properties": { "properties": {