Use additional speed tiers for Fast Mode metadata

This commit is contained in:
pash
2026-04-06 17:11:00 -07:00
parent 1e020c19b7
commit 7cce890d61
26 changed files with 78 additions and 55 deletions

View File

@@ -6031,6 +6031,13 @@
},
"Model": {
"properties": {
"additionalSpeedTiers": {
"default": [],
"items": {
"type": "string"
},
"type": "array"
},
"availabilityNux": {
"anyOf": [
{
@@ -6078,10 +6085,6 @@
},
"type": "array"
},
"supportsFastMode": {
"default": false,
"type": "boolean"
},
"supportsPersonality": {
"default": false,
"type": "boolean"