mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
fix: project schema
This commit is contained in:
parent
415e9b6ece
commit
2cd582717c
1 changed files with 6 additions and 1 deletions
|
@ -316,3 +316,8 @@ properties:
|
|||
type: boolean
|
||||
mainnet:
|
||||
type: boolean
|
||||
usecases:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
pattern: '^[a-z0-9-]+$'
|
Loading…
Reference in a new issue