{
	"$schema": "https://json-schema.org/draft/2019-09/schema",
   "anyOf" : [
      { "type": "string" },
      {
         "type": "string",
         "enum": ["map", "vector", "coverage"]
      }
   ]
}
