flexmeasures.data.schemas.scheduling.metadata

These descriptions are used in documentation/features/scheduling.rst and in OpenAPI. If you need to use a new .rst directive, update make_openapi_compatible accordingly, so it shows up nicely in OpenAPI. For instance: - the X directive is converted to a <abbr title=”Y”>X</abbr> HTML tag. - any footnote references, such as [#quantity_field]_, are stripped

(these are meant for .rst docs to explain field types, which in OpenAPI is redundant, given that each field is already documented as being of an explicit type).

Classes

class flexmeasures.data.schemas.scheduling.metadata.MetaData(description: str, example: Any = None, examples: Any = None)
__init__(description: str, example: Any | None = None, examples: Any | None = None) None
to_dict()

Do not include empty fields.