{
  "error": {
    "v": 2,
    "license": "CC-BY 4.0",
    "message": {
      "length": 187,
      "name": "error",
      "severity": "ERROR",
      "code": "22P02",
      "detail": "Array value must start with \"{\" or dimension information.",
      "where": "unnamed portal parameter $1 = '...'",
      "file": "arrayfuncs.c",
      "line": "320",
      "routine": "array_in"
    },
    "about": {
      "v": 2,
      "license": "CC-BY 4.0",
      "description": "Returns strat name concepts",
      "options": {
        "parameters": {
          "concept_id": "unique id",
          "concept_name": "string specifying concept name",
          "concept_like": "lithostratigraphic name concept, with open-ended string matching",
          "all": "return all lithostratigraphic names",
          "format": "Desired output format",
          "last_id": "integer, used to paginate results. If specified, will return strat_names with an ID greater than last_id",
          "page_size": "integer, used to paginate results. If specified, will return at most page_size results. Must be paired with last_idd"
        },
        "output_formats": [
          "json",
          "csv"
        ],
        "examples": [
          "api/v2/defs/concept_id?all"
        ],
        "fields": {
          "concept_id": "intger, unique identifier for the stratigraphic name concept, which groups variant strat_names for same entity",
          "name": "text, the name of the entity",
          "geologic_age": "",
          "int_id": "integer, the unique interval ID",
          "b_int_id": "integer, the ID of the chronostratigraphic interval containing the bottom boundary of the unit",
          "t_int_id": "integer, the ID of the chronostratigraphic interval containing the top boundary of the unit",
          "usage_notes": "",
          "other": "",
          "province": "",
          "url": "text, URL where additional information, the source or contributing publication can be found",
          "authors": "text, authors of source",
          "ref_id": "integer, unique reference identifer"
        }
      }
    }
  }
}