Skip to content

Commit 4d7cf89

Browse files
committed
Fix format doc
1 parent 1b1b403 commit 4d7cf89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/docs/python-sdk/topics/object_file.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ spec:
8383
address: "192.168.1.1"
8484
```
8585

86-
8786
### Relationship of cardinality Many
8887

8988
A relationship of cardinality many can reference existing nodes via their HFID or define nested objects
@@ -112,14 +111,13 @@ spec:
112111
- [Breeder] # Existing Node referenced by its HFID in list format
113112
```
114113

115-
116-
117114
#### Nested Objects
118115

119116
When defining nested objects, the node will be automatically created if it doesn't exist and if their relationship between the parent object and the nested object it will be automatically inserted.
120117
For example, in the example below, the `owner` of a `TestingDog` doesn't need to be specify because it will be automatically inserted.
121118

122119
For 2 different syntaxes are supported:
120+
123121
- A dictionnary with multiple value under data
124122
- A list of objects
125123

@@ -180,4 +178,3 @@ spec:
180178
### Support for Metadata
181179

182180
Please stay tuned, the Object file does not support metadata yet, neither on attribute or relationship.
183-

0 commit comments

Comments
 (0)