GET
/
collections
/
{collection}
/
schema
/
fields
[
  {
    "name": "<string>",
    "type": "<string>",
    "indexed": false,
    "stored": false,
    "multiValued": false,
    "required": false,
    "docValues": false,
    "omitNorms": false,
    "omitPositions": false,
    "omitTermFreqAndPositions": false,
    "termVectors": false,
    "termPositions": false,
    "termOffsets": false,
    "copyDests": [
      "<string>"
    ],
    "copySources": [
      "<string>"
    ],
    "numDocs": 123,
    "default": "<string>"
  }
]

Path Parameters

collection
string
required

Response

200 - application/json

successful operation

The response is of type object[].