Initial Commit
This commit is contained in:
8
jsonschema_pydantic/jsonschema_to_pydantic.py
Normal file
8
jsonschema_pydantic/jsonschema_to_pydantic.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from jsonschema_pydantic.types import JSONSchema
|
||||
|
||||
from typing import Any, Dict
|
||||
|
||||
|
||||
def jsonschema_to_pydantic(
|
||||
schema: JSONSchema,
|
||||
): ...
|
||||
Reference in New Issue
Block a user