📒Source Schema

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

A Fide Source will always have a digital location such as a blockchain address or url.

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

keytypedescription

fide_source_id

string

Fide's unique identifier for the source

types

string[]

tags

string[]

source_name

string

name as defined in Fide Sources

identifiers

dictionary

Identifiers associated with the source_name and query_name as defined in Fide Sources

url

string

primary web address if published, primary archive web address if unpublished

images

dictionary

descriptions

dictionary

functions

dictionary[]

times

dictionary

statistics

dictionary

physical_location

dictionary

blockchain_ecosystems

string[]

fide_time_created

unix timestamp

time Fide Source was created

fide_time_updated

unix timestamp

time Fide Source was updated

contributors

Contribution List

Identifiers

keytypedescription

id

string

unique identifier assigned by the source

slug

string

latest alphanumeric identifier (ex: "username", "handle")

blockchain_hash

string

a unique hash identifying a blockchain interaction

blockchain_address

string[]

unique address on blockchain (ex: "wallet address" , "smart contract address")

ens

string[]

ens domain(s) of the current blockchain_address (ending with ".eth")

lens

string[]

lens domain(s) of the current blockchain_address (ending with ".lens")

Images

keytypedescription

primary

string

primary image url

secondary

string

secondary image url

tertiary

string

tertiary image url

banner

string

banner image url

Descriptions

keytypedescription

short

string

>200 characters

medium

string

200-500 characters

long

string

<500 characters

version

string

latest "version", "release number", or similar

Functions

keytypedescription

name

string

description

string

variables

tuple

version

string

latest "version", "release number", or similar

Times

keytypedescription

start

unix timestamp

time first published or active

start_range

number

confidence range equally distributed before and after start measured in milliseconds

updated

unix timestamp

time last updated

updated_range

number

confidence range equally distributed before and after updated measured in milliseconds

end

unix timestamp

time last unpublished or deactivated

end_range

number

confidence range equally distributed before and after end measured in milliseconds

Location

keytypedescription

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

keytypedescription

types

string[]

long_name

string

component's long name

long_name

string

component's short name

Statistics

keytypedescription

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", "forks" or similar

Types

valuedescription

profile

a digital location representing a single Entity

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

any post considered to be an analysis of a single project Entity

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

valuedescription

published

is currently published

unpublished

was previously published and is currently unpublished

updated

has ever been updated

deployable

can currently be deployed

erc_20

the ERC-20 token standard for fungible tokens

erc_721

the ERC-721 token standard for non-fungible tokens (NFTs)

erc_777

the ERC-777 7token standard for fungible tokens

erc_1155

the ERC-1155 token standard for multiple token types

erc_4626

the ERC-4626 tokenized vault standard

professional

professional representation of a single Entity

Last updated