📒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.
key | type | description |
---|---|---|
fide_source_id |
| Fide's unique identifier for the source |
types |
| |
tags |
| |
source_name |
| name as defined in Fide Sources |
identifiers |
|
|
url |
| primary web address if |
images |
| |
descriptions |
| |
functions |
| |
times |
| |
statistics |
| |
physical_location |
| |
blockchain_ecosystems |
| |
fide_time_created |
| time Fide Source was created |
fide_time_updated |
| time Fide Source was updated |
contributors | Contribution List | |
Identifiers
key | type | description |
---|---|---|
id |
| unique identifier assigned by the source |
slug |
| latest alphanumeric identifier (ex: "username", "handle") |
blockchain_hash |
| a unique hash identifying a blockchain interaction |
blockchain_address |
| unique address on blockchain (ex: "wallet address" , "smart contract address") |
ens |
| ens domain(s) of the current blockchain_address (ending with ".eth") |
lens |
| lens domain(s) of the current blockchain_address (ending with ".lens") |
Images
key | type | description |
---|---|---|
primary |
| primary image url |
secondary |
| secondary image url |
tertiary |
| tertiary image url |
banner |
| banner image url |
Descriptions
key | type | description |
---|---|---|
short |
| >200 characters |
medium |
| 200-500 characters |
long |
| <500 characters |
version |
| latest "version", "release number", or similar |
Functions
key | type | description |
---|---|---|
name |
| |
description |
| |
variables |
| |
version |
| latest "version", "release number", or similar |
Times
key | type | description |
---|---|---|
start |
| time first published or active |
start_range |
| confidence range equally distributed before and after |
updated |
| time last updated |
updated_range |
| confidence range equally distributed before and after |
end |
| time last unpublished or deactivated |
end_range |
| confidence range equally distributed before and after |
Location
key | type | description |
---|---|---|
formatted_address |
| complete address |
lat |
| latitude |
lng |
| longitude |
ne_viewport_lat |
| northeast viewport latitude |
ne_viewport_lng |
| northeast viewport longitude |
sw_viewport_lat |
| southwest viewport latitude |
sw_viewport_lng |
| southwest viewport longitude |
address_components |
|
Address Components
key | type | description |
---|---|---|
types |
| |
long_name |
| component's long name |
long_name |
| component's short name |
Statistics
key | type | description |
---|---|---|
followers_count |
| latest count of "followers" or similar |
following_count |
| latest count of "following" or similar |
subscribers_count |
| latest count of "subscribers" or similar |
subscriptions_count |
| latest count of "subscriptions" or similar |
views_count |
| latest count of "views", "visits", "impressions" or similar |
likes_count |
| latest count of "likes", "favorites", "stars", "hearts" or similar |
deployments_count |
| latest count of "deployments", "times published" or similar |
saves_count |
| latest count of "saves", "forks" or similar |
Types
value | description |
---|---|
profile | a digital location representing a single |
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 |
video | any |
audio | any |
project_audit | any |
blockchain_contract_audit | any |
blockchain_address | a unique identifier used to send, receive and store digital assets on a blockchain network |
blockchain_wallet | a |
blockchain_contract | a |
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 |
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 |
Last updated