aboutsummaryrefslogtreecommitdiff
path: root/app/schemas/links_schemas.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/schemas/links_schemas.py')
-rw-r--r--app/schemas/links_schemas.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/schemas/links_schemas.py b/app/schemas/links_schemas.py
new file mode 100644
index 0000000..e2812fb
--- /dev/null
+++ b/app/schemas/links_schemas.py
@@ -0,0 +1,5 @@
+from pydantic import BaseModel
+
+
+class URLSchema(BaseModel):
+ url: str