Skip to main content

types.ConfigExplainResponse

types.ConfigExplainResponse API schema defining 1 field, including sources.

sources object[]

Sources config sources with their values and origins

  • Array [
  • keystring
    sourcestring
    valuestring
  • ]
  • types.ConfigExplainResponse
    {
    "sources": [
    {
    "key": "string",
    "source": "string",
    "value": "string"
    }
    ]
    }