MetadataFormat

class tracdap.metadata.MetadataFormat

Bases: enum.Enum

Available formats for representing the TRAC metadata.

Use for communication between components, config files metadata stored in the metadata database.

JSON = 2
METADATA_FORMAT_NOT_SET = 0
PROTO = 1
YAML = 3