{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "title": "CryptoAccountLinks",
  "patternProperties": {
    "^[a-zA-Z0-9]{1,63}@[-a-zA-Z0-9]{3,16}:[-a-zA-Z0-9]{1,47}": {
      "type": "string",
      "pattern": "^ceramic://.+",
      "maxLength": 1024
    }
  },
  "propertyNames": {
    "maxLength": 1024
  },
  "additionalProperties": false
}
