Table of Contents

registrationType

Description

The RegistrationType is a special case of an identifier type where scheme is the registration scheme, and id is a registered identifier.

The registrationType schema inherits from identifierType.

Properties

Name Description Required Type
Scheme The identifier (in reverse domain format) of an official scheme that manages unique identifiers. Yes string
Id A unique identification for the resource issued under the auspices of the scheme. Yes string

Examples

Example 1

{
  "scheme": "nz.govt.nzfsa.eatsafe.acvm.register",
  "id": "93091"
}