Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"extensionCode": "COD1",
	"name": "Extension 1",
    "modulespace": null
}