eclipse-archived / unide

Eclipse Public License 1.0
29 stars 17 forks source link

Result should be an enum? #6

Closed kartben closed 7 years ago

kartben commented 7 years ago

In Measurement and Process schemas, 'result' is defined as a simple string, whereas the spec says it's an enum { OK, NOK, UNKNOWN }

Therefore it should be defined as follows in the JSON schemas:

 "result": {
    "enum": [ "OK", "NOK", "UNKNOWN" ]
  },
muelsen commented 7 years ago

FIXED: d02d50f86758993b6c56bc4e9ac47ea56d873ff9