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 a98e329 commit e57814dCopy full SHA for e57814d
packages/models-library/src/models_library/rpc/webserver/projects.py
@@ -54,26 +54,6 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
54
}
55
)
56
57
- # Specific to jobs
58
- job_parent_resource_name: str
59
-
60
- @staticmethod
61
- def _update_json_schema_extra(schema: JsonDict) -> None:
62
- schema.update(
63
- {
64
- "examples": [
65
66
- "uuid": "12345678-1234-5678-1234-123456789012",
67
- "name": "My project",
68
- "description": "My project description",
69
- "creation_date": "2023-01-01T00:00:00Z",
70
- "last_change_date": "2023-01-01T00:00:00Z",
71
- "job_parent_resource_name": "solvers/foo/release/1.2.3",
72
- "workbench": {},
73
- },
74
- ]
75
- }
76
- )
77
78
model_config = ConfigDict(
79
extra="forbid",
0 commit comments