PointSpecification¶ pydantic model PointSpecification[source]¶ Specifies relevant values describing an xyz points object. Fields: attributes (Optional[List[str]]) size (int) field attributes: Optional[List[str]] = None¶ List of columns present in a table. field size: int [Required]¶ Size of data object. Constraints: ge = 0