📘Contribution Schema

New GraphQL definitions coming soon! Fields subject to change without notice during beta.

A Fide Contribution will always represent a one-way relationship between two entities, sources, and/or contributions.

Standard {"key" : "value"} JSON schema for all Fide Entities from a Contribution Endpoint.

Contribution

key
type
description

fide_contribution_id

string

Fide's unique identifier for the Contribution

source

dictionary

entity

dictionary

from

to

descriptions

dictionary

times

dictionary

statistics

dictionary

locations

dictionary

types

string[]

tags

string[]

fide_time_created

unix timestamp

time Fide Source was created

fide_time_updated

unix timestamp

time Fide Source was updated

Descriptions

key
type
description

short

string

>200 characters

medium

string

200-500 characters

long

string

<500 characters

Times

key
type
description

start

unix timestamp

time contribution started

start_range

number

confidence range equally distributed before and after start measured in milliseconds

end

unix timestamp

time contribution ended

end_range

number

confidence range equally distributed before and after end measured in milliseconds

Locations

key
type
description

formatted_address

string

complete address

lat

string

latitude

lng

string

longitude

ne_viewport_lat

string

northeast viewport latitude

ne_viewport_lng

string

northeast viewport longitude

sw_viewport_lat

string

southwest viewport latitude

sw_viewport_lng

string

southwest viewport longitude

address_components

dictionary[]

Address Components

key
type
description

types

string[]

long_name

string

component's long name

long_name

string

component's short name

Statistics

key
type
description

followers_count

number

latest count of "followers" or similar

following_count

number

latest count of "following" or similar

subscribers_count

number

latest count of "subscribers" or similar

subscriptions_count

number

latest count of "subscriptions" or similar

views_count

number

latest count of "views", "visits", "impressions" or similar

likes_count

number

latest count of "likes", "favorites", "stars", "hearts" or similar

deployments_count

number

latest count of "deployments", "times published" or similar

saves_count

number

latest count of "saves" or similar

Types

value
description

profile

web_app

application software access using a web browser

technical_documentation

technical documentation

forum

a digital location where ideas and views on a particular topic can be exchanged.

post

any digital publication

article

any post in article format

video

any post in video format

audio

any post in audio format

project_audit

blockchain_contract_audit

any project_audit considered to be an analysis of a blockchain_contract

blockchain_address

a unique identifier used to send, receive and store digital assets on a blockchain network

blockchain_wallet

a blockchain_address with a private key

blockchain_contract

a blockchain_address with on-chain code

blockchain_transaction

a blockchain transaction

physical_location

representative of a physical location

physical_event

an event with physical components (hosted in-person)

digital_event

an event with digital components (hosted digitally)

Tags

value
description

published

is currently published

unpublished

was previously published and is currently unpublished

updated

has ever been updated

deployable

can currently be deployed

professional

erc_20

erc_721

erc_777

erc_1155

erc_4626


Blockchain Ecosystems

value
description

bitcoin

ethereum

litecoin

primecoin

mazacoin

namecoin

arbitrum

xdc

peercoin

ethereum_classic

bitcoin_cash

cardano

tron

tezos

bitcoin_sv

Possible Blockchain Ecosystem Values
[
  
   "ethereum_classic",
   "bitcoin_cash",
   "cardano",
   "tron",
   "tezos",
   "bitcoin_sv",
   "lightning_network",
   "algorand",
   "solana",
   "polkadot",
   "avalanche",
   "mobilecoin",
   "internet_computer",
   "deso",
   "terra classic",
   "terra_2",
   "stellar",
   "eosio",
   "lbry",
   "ripple",
   "stacks",
   "vertcoin",
   "hedera_hashgraph",
   "zcash",
   "monero",
   "bitcoin_gold",
   "dogecoin",
   "hyperledger_fabric",
   "corda",
   "polygon",
   "binance_smart_chain",
   "quorum",
   "aptos",
   "near",
   "iota",
   "nano"
]

Last updated