NDRAPreference (type)

{
  "additionalProperties": false, 
  "description": "For an NDRA router, indicates preference of this router over other default routers. For an NDRA route, indicates preference of the router associated with this prefix over others, when multiple identical prefixes (for different routers) have been received. Preference values are LOW, MEDIUM (default) and HIGH. RESERVED value is not to be used and is treated as MEDIUM.", 
  "enum": [
    "LOW", 
    "MEDIUM", 
    "HIGH", 
    "RESERVED"
  ], 
  "id": "NDRAPreference", 
  "module_id": "Routing", 
  "title": "NDRA Router and route preference", 
  "type": "string"
}