{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.opengis.net/json-fg/measures.json",
  "title": "the value of the 'measures' member",
  "description": "This JSON Schema is part of JSON-FG version 1.0.0.",
  "type": "object",
  "properties": {
    "enabled"    : {"type": "boolean"},
    "unit"       : {"type": "string" },
    "description": {"type": "string" }
  },
  "required": ["enabled"]
}
