From c4fe0c7ae01f30f122d5ee769ef8f5ac849a73a1 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Thu, 19 Sep 2024 13:18:29 +0200 Subject: [PATCH] remove test --- database-example/simple.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 database-example/simple.md diff --git a/database-example/simple.md b/database-example/simple.md deleted file mode 100644 index b426ac2..0000000 --- a/database-example/simple.md +++ /dev/null @@ -1,38 +0,0 @@ -# Model - -Description - -## Objects - -### Test - -- name - - Type: string - - Description: Name of the database -- int_value - - Type: integer - - Description: Integer value -- float_value - - Type: float - - Description: Float value -- bool_value - - Type: bool - - Description: Boolean value -- nested - - Type: Nested[] - - Description: Nested object - -### Nested - -- name - - Type: string - - Description: Name of the database -- another_nested - - Type: AnotherNested - - Description: Thats just another one - -### AnotherNested - -- name - - Type: string - - Description: Name of the database