Skip to main content
Skip table of contents

JSON-schema Identitet

JSON
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "http://schemas.infopack.io/100gruppen/rexs.identity.1.schema.json",
	"title": "Identity",
	"description": "A representation of the identity associated with an information object, including its reference designation, version designation, language code, denomination, and publisher.",
	"type": "object",
	"required": ["referenceDesignations", "publisher"],
	"properties": {
		"referenceDesignations": {
			"description": "A list of reference designations associated with the information object.",
			"type": "array",
			"minItems": 1,
			"items": {
				"$ref": "http://schemas.infopack.io/100gruppen/rexs.reference-designation.1.schema.json"
			}
		},
		"versionDesignation": {
			"description": "The version designation associated with the information object.",
			"type": "string",
			"minLength": 1
		},
		"languageCode": {
			"description": "The ISO 639-1 language code used for the organization name.",
			"type": "string",
			"pattern": "^[a-zA-Z]{2}$"
		},
		"denomination": {
			"description": "The denomination associated with the information object.",
			"type": "string",
			"minLength": 1
		},
		"publisher": {
			"description": "The publisher associated with the information object.",
			"$ref": "http://schemas.infopack.io/100gruppen/rexs.organisation.1.schema.json"
		}
	},
	"additionalProperties": false
}

Relaterad information

Identifiera för återanvändning

Detaljer om Identitet

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.