Version 1.1

Attributes

* is required.

AttributeDescriptiondata formatExample

$schema*

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

URL

$schemaIntegrity*

sha256 Hash of the normalized metadata schema. Fixed value for Metadata Version 2.1 in example value.

SHA Hash Hex String

sha256-951deba4bdaf93442f00c2a993a246e8c181a2baa73a925d99a0dfe61e712c83

transferType*

Transfer type

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

Primary sale

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

AttributeDescriptiondata formatExample

<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.1.schema.json",
  "$schemaIntegrity": "sha256-951deba4bdaf93442f00c2a993a246e8c181a2baa73a925d99a0dfe61e712c83",
  "transferType": "Primary sale",
  "remarks": {
    "en": "Reason for the transfer, English",
    "ja": "็งป่ปขใฎ็†็”ฑ๏ผšๆ—ฅๆœฌ่ชž"
  }
}

Last updated

ยฉ2023 Startbahn, Inc.