Entity Schema
New GraphQL definitions coming soon! Fields subject to change without notice during beta.
Standard
{"key" : "value"}
JSON schema for all Fide Entities from an Entity Endpoint.
fide_id
string
Fide's unique identifier for the Entity
names
dictionary
images
dictionary
descriptions
dictionary
times
dictionary
types
string[]
tags
string[]
links
dictionary
statistics
dictionary
team
dictionary
experiences
dictionary
subsidiaries
dictionary
(ex: "child" entities this "parent" entity receives contributions from)
parent_companies
dictionary
(ex: the "parent" entities this "child" entity contributes to)
sources_created
dictionary
investors
dictionary
investments
dictionary
locations
dictionary
ecosystems
dictionary
fide_time_created
unix timestamp
time Fide Source was created
fide_time_updated
unix timestamp
time Fide Source was updated
Links
fide_source_id
string
source_name
string
identifiers
dictionary
LINK IDENTIFIERS
statistics
dictionary
LINK STATISTICS
descriptions
dictionary
LINK DESCRIPTIONS
LINK IDENTIFIERS
{ bsonType: 'object', properties: { id: { bsonType: 'string' }, slug: { bsonType: 'array', items: { bsonType: 'string' } }, blockchain_address: { bsonType: 'string' }, blockchain_hash: { bsonType: 'string' } } }
LINK STATISTICS
republications_count: { bsonType: 'int' }, publication_replies_count: { bsonType: 'int' }, publication_quotes_count: { bsonType: 'int' }, collects_count: { bsonType: 'int' }, followers_count: { bsonType: 'int' }, following_count: { bsonType: 'int' }, subscribers_count: { bsonType: 'int' }, subscriptions_count: { bsonType: 'int' }, views_count: { bsonType: 'int' }, likes_count: { bsonType: 'int' }, deployments_count: { bsonType: 'int' }, saves_count: { bsonType: 'int' }, publications_count: { bsonType: 'int' }
LINK DESCRIPTIONS
short
location_name
Contributions
contributions
dictionary[]
item_count
number
the total number of items
per_page
number
the total number of items per page
current_page
number
the current page number
page_count
number
the total number of pages
has_previous_page
boolean
if has previous page
has_next_page
boolean
if has next page
Names
all
string[]
names in order of prominence
first
string
legal first name
middle
string[]
legal middle name(s)
last
string
legal first name
symbol
string
official token or ticker symbol
pseudonym
string
commonly used digital name
prefixes
string[]
a word, letter, or number placed before a name.
suffixes
string[]
a word, letter, or number placed after a name.
Images
primary
string
primary image url
secondary
string
secondary image url
tertiary
string
tertiary image url
banner
string
banner image url
Descriptions
short
string
>200 characters
medium
string
200-500 characters
long
string
<500 characters
technical
string
technical description
token_usage
string
token_usage description
regulation
string
regulation description
governance_off_chain
string
governance_off_chain description
governance_on_chain
string
governance_on_chain description
Times
start
unix timestamp
time project
or organization
first active
start_range
number
confidence range equally distributed before and after start
measured in milliseconds
end
unix timestamp
time project
or organization
last inactive
end_range
number
confidence range equally distributed before and after end
measured in milliseconds
first_blockchain_transaction
unix timestamp
time of first transaction on any immutable blockchain
Statistics
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
publications_count
publication_quotes_count
publication_replies_count
republications_count
Type
person
project
organization
Tags
entrepreneur
has been a start-up founder
tool
web3_powered
event_focused
web3_focused
dao_focused
tool
media_outlet
dao
web3_token
blockchain
layer_1
layer_2
hackathon_project
hackathon
erc_20
Last updated
Was this helpful?