Relative RelativePosition Bases: BaseModel Represents a relative position. type class-attribute instance-attribute type: Literal['relative'] = 'relative' The type of position. Defaults to "relative". x class-attribute instance-attribute x: NonNegativeFloat = 0.5 The x-coordinate of the assets. y class-attribute instance-attribute y: NonNegativeFloat = 0.5 The y-coordinate of the assets.