{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "get_doml request",
  "type": "object",
  "properties": {
    "idOrName": {
      "type": "string",
      "description": "DO id or (exact or partial) name."
    }
  },
  "required": ["idOrName"]
}
