Skip to content

Commit

Permalink
Add new types
Browse files Browse the repository at this point in the history
Signed-off-by: Devendran <devconnects@gmail.com>
  • Loading branch information
devendran-m committed Aug 2, 2024
1 parent d614ae8 commit 9d49230
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

### Table of Contents

- [Introduction](#introduction)
- [JSON Schema](#json-schema)
- [Schema Specification](#schema-specification)
- [Usage as an Account Owner](#usage-as-an-account-owner)
- [How does it work?](#how-does-it-work)
- [What do I do?](#what-do-i-do)
- [casper-account-info-standard](#casper-account-info-standard)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [JSON Schema](#json-schema)
- [Schema Specification](#schema-specification)
- [Usage as an Account Owner](#usage-as-an-account-owner)
- [How does it work?](#how-does-it-work)
- [What do I do?](#what-do-i-do)

## Introduction

Expand All @@ -28,7 +30,7 @@ it using online tools such as [JsonSchemaValidator.net](https://www.jsonschemava
- **`name`** *(string)*: The name of the entity or person that owns the Account.
- **`description`** *(string)*: An optional description of the Owner of the Account.
- **`type`** *(array)*: Indicates the type of entity of the owner. One Owner can have multiple types.
- **Items** *(string)*: Must be one of: `["validator", "exchange", "dapp", "individual", "corporation", "dao"]`.
- **Items** *(string)*: Must be one of: `["validator", "exchange", "dapp", "individual", "corporation", "dao", "bridge", "collectible", "custody", "defi", "explorer", "gaming", "marketplace", "nft", "onramp", "offramp", "sdk", "staking", "tool", "wallet"]`.
- **`identity`** *(object)*: Information about the ownership of the Account.
- **`ownership_disclosure_url`**: Link to a page outlining entity ownership and/or governance.
- **`casper_association_kyc_url`**: Reserved for a link to a Casper Association provided verified identity document, as applicable to Validator members of the Association.
Expand Down
16 changes: 15 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,21 @@
"dapp",
"individual",
"corporation",
"dao"
"dao",
"bridge",
"collectible",
"custody",
"defi",
"explorer",
"gaming",
"marketplace",
"nft",
"onramp",
"offramp",
"sdk",
"staking",
"tool",
"wallet"
]
}
},
Expand Down

0 comments on commit 9d49230

Please sign in to comment.