{ "$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" ] }