airbyte-custom-connector/wallet-fetcher/source_wallet_fetcher/spec.yaml

30 lines
722 B
YAML
Raw Normal View History

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Wallet Fetcher Spec
type: object
required:
- wallets
properties:
wallets:
type: array
description: list of wallet
items:
name:
type: string
description: Name of the wallet
examples:
- 'Main Wallet'
address:
type: string
description: Adress of the wallet
pattern: ^[a-zA-W0-9]+$
examples:
- '0x766c77F7f7edC99acdC9475012756B98037a8F69'
chain:
type: string
description: 'Blockchain to scan. Not working yet'
default: ETH