Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the extension.
extensionCodestringtrueExtension map
namestringtrueName of the extension.
spaceModulefalseRelated Space to this extension.

JSON representation

{
	"id": 1,
	"extensionCode": "COD1",
	"name": "Extension 1",
    "space": null
}
  • No labels