We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b06e commit 7058a36Copy full SHA for 7058a36
src/dstack/_internal/core/models/resources.py
@@ -225,6 +225,10 @@ def schema_extra(schema: Dict[str, Any]):
225
schema["properties"]["count"],
226
extra_types=[{"type": "integer"}, {"type": "string"}],
227
)
228
+ add_extra_schema_types(
229
+ schema["properties"]["name"],
230
+ extra_types=[{"type": "string"}],
231
+ )
232
add_extra_schema_types(
233
schema["properties"]["memory"],
234
0 commit comments