labthings_fastapi.descriptors.property
Define a descriptor to represent properties.
Properties are represented in LabThings by ThingProperty descriptors.
These descriptors work similarly to regular Python properties or attributes,
with the addition of features that allow them to be accessed over HTTP and
documented in the Thing Description and OpenAPI documents.
This module defines the ThingProperty class.