Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ it using online tools such as [JsonSchemaValidator.net](https://www.jsonschemava
- **`email`** *(string)*: E-mail address for the Owner.
- **`branding`** *(object)*: Owner Branding.
- **`logo`** *(object)*: Graphical assets to visually identify the Owner.
- **`png_256`**: Link to Owner logo [PNG format, 256x256].
- **`png_1024`**: Link to Owner logo [PNG format, 1024x1024].
- **`svg`**: Link to Owner logo [SVG format].
- **`png_256`**: Link to Owner logo [PNG format, 256x256]¹.
- **`png_1024`**: Link to Owner logo [PNG format, 1024x1024]¹.
- **`svg`**: Link to Owner logo [SVG format]¹.
- **`location`** *(object)*: The location of the Owner of the Account.
- **`name`** *(string)*: Free-form location in human-readable format [for example: City, State]
- **`country`** *(string)*: ISO 3166-1 alpha 2 country code [XX]
Expand Down Expand Up @@ -78,6 +78,9 @@ it using online tools such as [JsonSchemaValidator.net](https://www.jsonschemava
- **`functionality`** *(array)*: Reserved to describe the functionality provided by this node.
- **Items** *(string)*: Must be one of: `["validator", "rpc-proxy", "sse-proxy", "read-only", "other"]`.

¹ HTTPS link is required for browsers who do not load unsecured content in secure space (eg. loading an image over HTTP on cspr.live which serves content via HTTPS)


## Usage as an Account Owner

### How does it work?
Expand Down