We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a1da83 + 932f9e1 commit 4585ce4Copy full SHA for 4585ce4
infrahub_sdk/schema.py
@@ -327,6 +327,7 @@ class AttributeSchema(BaseModel):
327
max_length: Optional[int] = None
328
min_length: Optional[int] = None
329
regex: Optional[str] = None
330
+ order_weight: Optional[int] = None
331
332
333
class RelationshipSchema(BaseModel):
@@ -344,6 +345,7 @@ class RelationshipSchema(BaseModel):
344
345
optional: bool = True
346
read_only: bool = False
347
filters: list[FilterSchema] = Field(default_factory=list)
348
349
350
351
class BaseNodeSchema(BaseModel):
0 commit comments