chore: format code

thinking-toggle-wip
GitHub Action 2025-12-15 03:42:56 +00:00 committed by Aiden Cline
parent f27b737038
commit 9fbf6d4bd6
1 changed files with 16 additions and 1 deletions

View File

@ -8691,9 +8691,24 @@
"additionalProperties": {
"type": "string"
}
},
"release_date": {
"type": "string"
}
},
"required": ["id", "providerID", "api", "name", "capabilities", "cost", "limit", "status", "options", "headers"]
"required": [
"id",
"providerID",
"api",
"name",
"capabilities",
"cost",
"limit",
"status",
"options",
"headers",
"release_date"
]
},
"Provider": {
"type": "object",