mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
12 lines
155 B
YAML
12 lines
155 B
YAML
|
type: object
|
||
|
additionalProperties: false
|
||
|
required:
|
||
|
- id
|
||
|
- name
|
||
|
properties:
|
||
|
id:
|
||
|
type: string
|
||
|
pattern: '^[a-z0-9-]+$'
|
||
|
name:
|
||
|
type: string
|