Skip to end of metadata
Go to start of metadata
Structure
Field | Type | Required | Description |
---|
id | int | true | Unique identifier for the extension. |
extensionCode | string | true | Extension map |
name | string | true | Name of the extension. |
space | Module | false | Related Space to this extension. |
JSON representation
{
"id": 1,
"extensionCode": "COD1",
"name": "Extension 1",
"space": null
}