{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Registry Rate Limits",
  "limits": {
    "publish": {
      "perDid": "10/h",
      "global": "1000/h"
    },
    "verify": {
      "perIp": "600/min",
      "global": "unlimited-cached"
    },
    "search": {
      "perIp": "300/min"
    }
  },
  "headers": [
    "RateLimit-Limit",
    "RateLimit-Remaining",
    "RateLimit-Reset"
  ],
  "spec": "draft-ietf-httpapi-ratelimit-headers"
}