airbyte-custom-connector/source_wallet_fetcher/spec.yaml

17 lines
459 B
YAML

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Wallet Fetcher Spec
type: object
required:
- wallet_address
# - chains
properties:
wallet_address:
# TODO: change to List to handle multiple wallets
type: string
description: Adress of the wallet
pattern: ^[a-zA-W0-9]+$
examples:
- '0x766c77F7f7edC99acdC9475012756B98037a8F69'