Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6a09861

Browse files
committed
chore: format code
1 parent 79a4c65 commit 6a09861

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

packages/sdk/openapi.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8681,9 +8681,24 @@
86818681
"additionalProperties": {
86828682
"type": "string"
86838683
}
8684+
},
8685+
"release_date": {
8686+
"type": "string"
86848687
}
86858688
},
8686-
"required": ["id", "providerID", "api", "name", "capabilities", "cost", "limit", "status", "options", "headers"]
8689+
"required": [
8690+
"id",
8691+
"providerID",
8692+
"api",
8693+
"name",
8694+
"capabilities",
8695+
"cost",
8696+
"limit",
8697+
"status",
8698+
"options",
8699+
"headers",
8700+
"release_date"
8701+
]
86878702
},
86888703
"Provider": {
86898704
"type": "object",

0 commit comments

Comments
 (0)