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 e449f63 commit 8fcd5b1Copy full SHA for 8fcd5b1
packages/models-library/src/models_library/service_settings_labels.py
@@ -491,7 +491,7 @@ def _not_allowed_in_both_specs(self):
491
model_config = _BaseConfig
492
493
494
-def _simcore_service_labels_json_schema_extra(schema: JsonDict):
+def _update_json_schema_extra(schema: JsonDict) -> None:
495
#
496
# NOTE: this will be automatically called with SimcoreServiceLabels.model_json_schema
497
@@ -601,5 +601,5 @@ class SimcoreServiceLabels(DynamicSidecarServiceLabels):
601
602
model_config = _BaseConfig | ConfigDict(
603
extra="allow",
604
- json_schema_extra=_simcore_service_labels_json_schema_extra,
+ json_schema_extra=_update_json_schema_extra,
605
)
0 commit comments