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