Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
operations: nlp: tools: dffml docs: write paper: WritePaper to schema…
Browse files Browse the repository at this point in the history
… json file

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Apr 10, 2024
1 parent c1ea714 commit be1d289
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions operations/nlp/dffml_operations_nlp/tools/dffml_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ class WritePaper(BaseModel):
)


# with open("WritePaper.schema.json", "wt") as fileobj:
# print(json.dumps(WritePaperSection.model_json_schema(), indent=4,
# sort_keys=True), file=fileobj)

# sys.exit(0)

# Verify we are on PyDantic > 2
WritePaperOutlineSection.model_json_schema()

Expand Down

0 comments on commit be1d289

Please sign in to comment.