Version 1.0

Attributes

* is required.

Attribute
Description
data format
Example

transferType*

Transfer type

"Primary sale" | "Secondary sale" | "Other transfer"

Primary sale

$schema

URL to the schema json the given metadata follows. Fixed value for Metadata Version 1.0 in example value.

URL

version

Semantic version of this schema.

string

1.2

remarks

Remarks in multiple languages

Language Object (see at the bottom of the table)

"remarks": { "en": "Reason for the transfer, English", "ja": "移転の理由:日本語" }

customHistoryId

id of custom history

number

10

Object

Attribute
Description
data format
Example

<Language Object>

An object specifying multiple supported languages. The property names are two letter letter language codes from BCP-47, such as en or ja.

Each property name: 2 char string from BCP-47, value: string

{

"en": "A title",

"ja": "タイトル",

"zh": "一个标题"

}

Complete Example

{
  "$schema": "https://api.startrail.io/api/v1/schema/registry-record-transfer-metadata.v1.0.schema.json",
  "transferType": "Primary sale",
  "remarks": {
    "en": "Reason for the transfer, English",
    "ja": "移転の理由:日本語"
  }
}

Last updated

Was this helpful?