TwoRavens / raven-metadata-service

service to produce TwoRavens metadata
Apache License 2.0
0 stars 0 forks source link

new fields for preprocess #131

Open raprasad opened 6 years ago

raprasad commented 6 years ago
{
   "variables": {
    "distance" : {
        "description" : "Distance traveled in km.",
        "interpretation": {
            "standardizedMeasure": "As defined by ...",
            "unit": "kilometers",
        }
    },
   "carColor" : {
         "description" : "Color of the car.",
        "interpretation": {
           "standardizedMeasure": "likert scale",
           "unit": "",
           "categoricalDefinition": { 
              "Label":  {"1": "grey",  "2": "blue",  "3": "orange"},
              "valueDescription": "Car color"
            }
        }
    }
}

(post Tues)

raprasad commented 6 years ago

These are in: