@datamodels/identity-accounts-crypto
Version:
DataModel implementation of the **Crypto Accounts** schema and definition specified in [CIP-21](https://github.com/ceramicnetwork/CIP/blob/main/CIPs/CIP-21/CIP-21.md).
17 lines (16 loc) • 377 B
JSON
{
"$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
}