Metadata & governance
Is it possible to supply additional metadata for each column i.e. perhaps datatypes, semantic description in the YAML configuration for each dataset https://roapi.github.io/docs/config/config-file.html ?
data type is already supported, for semantic description, what's your use-case? is it for documentation purpose?
Hi, yes. it would be great for someone exploring the data really understand what the values served represent i.e. if the values refer to degrees in Celsius or Fahrenheit i.e. to understand the units and semantics of the values.
I see, so this is for the end users and you want the semantic description to show up in the schema api response?
correct
It should be pretty straightforward to add a comment field in the schema config and return that in the schema api response.