explorer-data/schema/project.yaml

304 lines
5.4 KiB
YAML
Raw Normal View History

2023-10-06 16:36:04 +02:00
type: object
2023-10-07 01:28:53 +02:00
additionalProperties: false
2023-10-06 16:36:04 +02:00
required:
2023-10-07 20:48:35 +02:00
- id
2023-10-06 16:36:04 +02:00
- name
- categories
properties:
2023-10-07 20:48:35 +02:00
id:
type: string
pattern: '^[a-z0-9-]+$'
2023-10-07 01:28:53 +02:00
name:
2023-10-06 16:36:04 +02:00
type: string
categories:
type: array
2023-10-07 01:28:53 +02:00
items:
2023-10-06 16:36:04 +02:00
type: string
pattern: '^[a-z0-9-]+$'
2023-10-07 01:28:53 +02:00
ecosystem:
type: string
2023-10-07 21:39:00 +02:00
product_readiness:
type: string
2023-10-07 22:15:31 +02:00
security:
type: string
2023-10-07 22:22:56 +02:00
have_token:
type: boolean
token_link:
type: string
format: uri
2023-10-08 00:59:37 +02:00
tokens:
2023-10-07 22:22:56 +02:00
type: array
items:
type: object
properties:
name:
type: string
symbol:
type: string
network:
type: string
contract_address:
type: string
link:
type: string
format: uri
required:
- symbol
2023-10-07 01:28:53 +02:00
description:
type: string
project_type:
type: string
product_launch_day:
type: string
technology:
type: object
properties:
type:
type: string
name:
type: string
features:
type: array
items:
type: string
required:
- type
- features
links:
type: object
properties:
web:
type: string
format: uri
twitter:
type: string
format: uri
telegram:
type: string
format: uri
discord:
type: string
format: uri
blog:
type: string
format: uri
facebook:
type: string
format: uri
block_explorer:
type: string
format: uri
whitepaper:
type: string
format: uri
github:
type: string
format: uri
docs:
type: string
format: uri
changelog:
type: string
format: uri
forum:
type: string
format: uri
snapshot:
type: string
format: uri
lens:
type: string
format: uri
farcaster:
type: string
format: uri
rss_feed:
type: string
format: uri
blockchain_features:
type: object
properties:
p2p:
type: boolean
encryption:
type: string
network:
2023-10-07 20:48:35 +02:00
type: string
2023-10-07 01:28:53 +02:00
upgradability:
type: object
properties:
enabled:
type: boolean
type:
type: string
admin_keys:
type: string
2023-10-07 22:30:39 +02:00
wallets:
type: object
properties:
name:
type: string
link:
type: string
format: uli
2023-10-07 22:38:52 +02:00
third_party_dependency:
type: boolean
2023-10-07 01:28:53 +02:00
opensource:
type: boolean
viewing_key:
type: boolean
dissapearing_tx:
type: boolean
frontend_anonymity:
type: string
identity_integration:
type: string
connected_tx:
type: boolean
revealed_recipient:
type: boolean
revealed_sender:
type: boolean
revealed_ammount:
type: boolean
reversability_condition:
type: string
data_masking:
type: string
asset_custody_type:
type: string
licences:
type: string
privacy_policy:
type: object
properties:
defined:
type: boolean
link:
type: string
format: uri
data_usage:
type: string
team:
type: object
properties:
anonymous:
type: boolean
teammembers:
type: object
properties:
name:
type: string
role:
type: string
link:
type: string
format: uri
company:
type: object
properties:
name:
type: string
link:
type: string
format: uri
contacts:
type: string
storage:
type: object
properties:
decentralized:
2023-10-07 20:48:35 +02:00
type: boolean
2023-10-07 01:28:53 +02:00
tracebility:
type: object
properties:
tracked_data:
type: string
kyc:
type: boolean
sign_in_type_requirments:
type: string
third_party_dependency:
type: string
compliance:
type: string
audits:
type: object
properties:
name:
type: string
company:
type: string
logo:
type: string
link:
type: string
format: uri
time:
type: string
social_trust:
type: string
technical_spof:
2023-10-07 20:48:35 +02:00
type: string
2023-10-07 01:28:53 +02:00
history:
type: object
properties:
title:
type: string
event_type:
type: string
description:
type: string
time:
type: string
link:
type: string
format: uri
client_diversability:
type: object
properties:
name:
type: string
link:
type: string
format: uri
default_privacy:
type: boolean
funding:
type: object
properties:
name:
type: string
type:
type: string
link:
type: string
format: uri
value:
type: string
time:
type: string
project_status:
type: object
properties:
live_status:
type: boolean
version:
type: string
testnet:
type: boolean
mainnet:
type: boolean
2023-10-08 04:04:22 +02:00
logos:
type: array
items:
type: object
properties:
file:
type: string
ext:
type: string
url:
type: string
format: uri