Skip to main content

ark:Organisation

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:Organisation
Example: ark:Organisation
namestringrequired

Possible values: non-empty

companyRegistrationNumberstring

You don't need to add a company number, but DataWollet can use them to help distinguish between companies with similar names.

Possible values: Value must match regular expression ^(([A-Z]{2})[0-9]{6}|R[0-9]{7}|RC[0-9]{1,}|[0-9]{3,8})$

fcaRegisterNumberstring

Most UK banks, finance organisations, and insurers will have an entry on the Financial Conduct Authority register.

Possible values: Value must match regular expression ^[0-9]{6,7}$

companyDomainsstring[]

These are parts of web and email addresses (after the @) that DataWollet can in some circumstances use to identify correspondence from an organisation. It may not be the same as the domain(s) used for their marketing and website.

Possible values: non-empty, Value must match regular expression ^(?!www\.)((?!-))(xn--)?[a-z0-9][a-z0-9-_]{0,61}[a-z0-9]{0,1}\.(xn--)?([a-z0-9\-]{1,61}|[a-z0-9-]{1,30}\.[a-z]{2,})$

Example: ["example.com","example.org"]
websitestring

The main website for the organisation.

Example: https://www.example.com
logostring<uri>

A URI that resolves to a logo for the organisation.

Example: https://www.example.com/logo.png
slugstring

A short, human-readable identifier for the organisation, which may be used in URLs. If not provided, one will be generated from the name.

Example: example-bank
tagsstring[]

Tags can be used to help categorise and group organisations.

Possible values: non-empty

Example: ["bank","uk"]
property name*any
ark:Organisation
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Organisation",
"name": "string",
"companyRegistrationNumber": "string",
"fcaRegisterNumber": "string",
"companyDomains": [
"example.com",
"example.org"
],
"website": "https://www.example.com",
"logo": "https://www.example.com/logo.png",
"slug": "example-bank",
"tags": [
"bank",
"uk"
]
}