{
  "name": "json",
  "pin": true,
  "mill": "/json",
  "json_schema": {
    "$id": "https://textile.io/json.schema.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "JSON",
    "description": "This is a schema that matches anything.",
    "type": ["object", "array", "boolean", "null", "string", "numeric"] 
  }
}
