dApps Review Schema

Hierarchy

  • ReviewSchema

Properties

dappId: string

The name of the app

rating: number

Rating of the app

Minimum

1

Maximum

5

Pattern

^[1-5]$

review: string

Review of the app

reviewer: string

The address of the reviewer

Format

address

Pattern

^0x[a-fA-F0-9]{40}$

Generated using TypeDoc