Box · Schema

Metadata field filter (float)

Specifies which `float` field on the template to filter the search results by.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-metadatafieldfilterfloat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetadataFieldFilterFloat",
  "title": "Metadata field filter (float)",
  "type": "object",
  "x-box-resource-id": "metadata_field_filter_float",
  "description": "Specifies which `float` field on the template to filter the search\nresults by.",
  "example": {
    "contractValue": 10000
  },
  "additionalProperties": {
    "type": "number",
    "description": "A mapping between a metadata `float` field key and\nthe value to match search results on.",
    "example": 10000,
    "x-box-example-key": "contractValue"
  }
}