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
|
@ -315,4 +315,9 @@ properties:
|
||||||
testnet:
|
testnet:
|
||||||
type: boolean
|
type: boolean
|
||||||
mainnet:
|
mainnet:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
usecases:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
pattern: '^[a-z0-9-]+$'
|
Loading…
Reference in a new issue