Data Format
Our data is delivered in two sets of files: entities and relationships. Within each file, a row describes one entity or relationship.
We provide schemas in JSON and text formats here to accommodate various development needs.
Note
Any entity or relationship may have multiple attributes of the same type; for example, an entity may have multiple addresses (physical, mailing, etc.). Accordingly, all attributes are included as arrays.
Entities
Like an entity profile in the Sayari suite of products, a row in an entity file describes a single entity, including its attributes, risk factors, and summary information.
Summary information includes properties that describe the entity, as outlined below:
This schema information is also in available more detail in both JSON and Text format
Relationships
A row in a relationship file describes a single relationship, including its attributes and summary information. Relationships connect two entities (i.e., vertices), which are specified by their entity_ids
s.
This schema information is also in available more detail in both JSON and Text format