Skip to content

Commit 31d1fff

Browse files
revert
1 parent 5fe0858 commit 31d1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/specs/director/schemas/scripts/create_node-meta-schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if __name__ == "__main__":
1717
with Path.open(CURRENT_DIR.parent / "node-meta-v0.0.1-pydantic.json", "w") as f:
18-
schema = ServiceMetaDataPublished.model_json_schema()
18+
schema = ServiceMetaDataPublished.schema_json()
1919
schema_without_ref = jsonref.loads(schema)
2020

2121
json.dump(schema_without_ref, f, indent=2)

0 commit comments

Comments
 (0)