Queryables

Get a list of queryable attributes for this feature collection

get
Path parameters
collectionIdstring · enumRequired

A known collection ID.

Example: bld-fts-building-1Possible values:
Responses
200
A list of queryable attributes and their types for this feature collection.
application/json
get
GET /features/ngd/ofa/v1/collections/{collectionId}/queryables HTTP/1.1
Host: api.os.uk
Accept: */*
{
  "$schema": "text",
  "$id": "text",
  "type": "text",
  "title": "text",
  "description": "text",
  "properties": {
    "ANY_ADDITIONAL_PROPERTY": {
      "title": "text",
      "type": "text",
      "format": "text",
      "maxLength": 1,
      "pattern": "text",
      "description": "text",
      "hierarchy": "text",
      "parent": "text",
      "child": "text",
      "minItems": 1,
      "maxItems": 1,
      "items": {
        "title": "text",
        "type": "text",
        "format": "text",
        "maxLength": 1,
        "pattern": "text",
        "description": "text",
        "hierarchy": "text",
        "parent": "text",
        "child": "text",
        "minItems": 1,
        "maxItems": 1,
        "items": {
          "title": "text",
          "type": "text",
          "format": "text",
          "maxLength": 1,
          "pattern": "text",
          "description": "text",
          "hierarchy": "text",
          "parent": "text",
          "child": "text",
          "minItems": 1,
          "maxItems": 1,
          "items": {
            "title": "text",
            "type": "text",
            "format": "text",
            "maxLength": 1,
            "pattern": "text",
            "description": "text",
            "hierarchy": "text",
            "parent": "text",
            "child": "text",
            "minItems": 1,
            "maxItems": 1,
            "items": "[Circular Reference]",
            "enum": [
              "text"
            ]
          },
          "enum": [
            "text"
          ]
        },
        "enum": [
          "text"
        ]
      },
      "enum": [
        "text"
      ]
    }
  }
}

Last updated

Was this helpful?