IPFS · Schema

TextMatchingStrategy

Alternative text matching strategy

IPFSDistributed StorageContent-AddressedDecentralizedPeer-to-PeerFile StorageDAGPinningGateway
View JSON Schema on GitHub

JSON Schema

textmatchingstrategy.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://ipfs.tech/schemas/pinning/textmatchingstrategy",
  "title": "TextMatchingStrategy",
  "description": "Alternative text matching strategy",
  "type": "string",
  "default": "exact",
  "enum": [
    "exact",
    "iexact",
    "partial",
    "ipartial"
  ]
}