We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Discussion for CIP-21. See PR for up to date spec: #67
The text was updated successfully, but these errors were encountered:
The schema for this is a bit tricky. There is a regex that matches the key and the value of the map:
{ "$schema": "http://json-schema.org/draft-06/schema#", "$ref": "#/definitions/AccountLinks", "definitions": { "AccountLinks": { "type": "object", "patternProperties": { "^[a-zA-Z0-9]{1,63}@[-a-zA-Z0-9]{3,16}:[-a-zA-Z0-9]{1,47}": { "type": "string", "pattern": "^ceramic:\/\/.+" } }, "additionalProperties": false, "title": "AccountLinks" } } }
Sorry, something went wrong.
oed
michaelsena
No branches or pull requests
Discussion for CIP-21.
See PR for up to date spec: #67
The text was updated successfully, but these errors were encountered: