📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-20 00:03:02 +00:00
parent 47ce7f78dc
commit 2c00adccd5
1216 changed files with 10376 additions and 90058 deletions
@@ -4,14 +4,14 @@
"title": "AAS verified offline catalog manifest v1",
"type": "object",
"additionalProperties": false,
"required": ["schemaVersion", "package", "packageVersion", "catalogDigest", "digestVersion", "metadataSchemaVersion", "skillCount", "assets"],
"required": ["schemaVersion", "package", "packageVersion", "catalogDigest", "digestVersion", "catalogSchemaVersion", "skillCount", "assets"],
"properties": {
"schemaVersion": { "const": 1 },
"package": { "type": "string", "minLength": 1, "maxLength": 214 },
"packageVersion": { "type": "string", "minLength": 1, "maxLength": 64 },
"catalogDigest": { "$ref": "#/$defs/digest" },
"digestVersion": { "const": 1 },
"metadataSchemaVersion": { "type": "string", "minLength": 1, "maxLength": 64 },
"catalogSchemaVersion": { "type": "string", "minLength": 1, "maxLength": 64 },
"skillCount": { "type": "integer", "minimum": 0 },
"assets": {
"type": "array",