labthings_fastapi.descriptors.property ====================================== .. py:module:: labthings_fastapi.descriptors.property .. autoapi-nested-parse:: Define a descriptor to represent properties. :ref:`wot_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 :ref:`wot_td` and OpenAPI documents. This module defines the `.ThingProperty` class.