---
title: "MetaInfoPackage"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/MetaInfoPackage"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# MetaInfoPackage

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    BusinessObjectDefinition:
      properties:
        businessManager:
          type:
            - "null"
            - string
        defaultOverviewPresenter:
          type:
            - "null"
            - string
        defaultPresenter:
          type:
            - "null"
            - string
        displayFields:
          type:
            - "null"
            - string
        fields:
          items:
            $ref: "#/components/schemas/Field"
          type:
            - "null"
            - array
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        ignoreSecurity:
          type: boolean
        imageKey:
          type:
            - "null"
            - string
        logChanges:
          type: boolean
        objectID:
          type:
            - "null"
            - string
        objectType:
          type:
            - "null"
            - string
        parentRelation:
          $ref: "#/components/schemas/Relation"
        parentRelationFields:
          items:
            $ref: "#/components/schemas/ParentField"
          type:
            - "null"
            - array
        tableName:
          type:
            - "null"
            - string
        textKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    ContentType:
      properties:
        errorCode:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        errorTextKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        type:
          $ref: "#/components/schemas/ContentTypeType"
        value:
          type:
            - "null"
            - string
      type: object
    ControlType:
      properties:
        editBoxTypeName:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        preloadOnStartUp:
          type: boolean
        searchBoxTypeName:
          type:
            - "null"
            - string
        visible:
          type: boolean
      type: object
    Field:
      properties:
        businessObjectID:
          type:
            - "null"
            - string
        canBeSelected:
          type: boolean
        canBeUpdated:
          type: boolean
        caption:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        contentType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        databaseAccessMode:
          $ref: "#/components/schemas/DatabaseAccessMode"
        decimalPlaces:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        format:
          type:
            - "null"
            - string
        fullName:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        ignoreForChangeLog:
          type: boolean
        internalSchemaDataType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        isClonable:
          type: boolean
        isPartOfPrimaryKey:
          type: boolean
        isRequired:
          type: boolean
        length:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        lookupID:
          type:
            - "null"
            - string
        maxValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        metaDataType:
          $ref: "#/components/schemas/MetaDataType"
        minValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        nextNumName:
          type:
            - "null"
            - string
        propertyName:
          type:
            - "null"
            - string
        schemaCharacterLength:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        schemaDataType:
          $ref: "#/components/schemas/SqlServerTypeId"
        schemaIsNullable:
          type: boolean
        schemaPrecision:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        schemaScale:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        securityFieldID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        tableName:
          type:
            - "null"
            - string
        tooltip:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        type:
          $ref: "#/components/schemas/SqlDataType"
      type: object
    FormDefinition:
      properties:
        appKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        formName:
          type:
            - "null"
            - string
        formType:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        moduleCommand:
          type:
            - "null"
            - string
        viewId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    InvalidBusinessObjectDefinition:
      properties:
        errorMessage:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        objectId:
          type:
            - "null"
            - string
        tableName:
          type:
            - "null"
            - string
      type: object
    LookupDefinition:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        bufferDuration:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        bufferType:
          $ref: "#/components/schemas/LookupBufferType"
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        emptyItemTextKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        emptyItemValue:
          type:
            - "null"
            - string
        key:
          type:
            - "null"
            - string
        method:
          type:
            - "null"
            - string
        peakLookupPresenter:
          type:
            - "null"
            - string
        source:
          type:
            - "null"
            - string
        type:
          $ref: "#/components/schemas/LookupType"
      type: object
    MenuItem:
      properties:
        action:
          type:
            - "null"
            - string
        beginGroup:
          type: boolean
        behavior:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        buttonStyle:
          format: uint8
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        caption:
          type:
            - "null"
            - string
        captionKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        description:
          type:
            - "null"
            - string
        descriptionKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        groupCaption:
          type:
            - "null"
            - string
        groupCaptionKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        image:
          type:
            - "null"
            - string
        imageBadge:
          type:
            - "null"
            - string
        isDeleted:
          type: boolean
        isLarge:
          type: boolean
        menuId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        parentMenuItemId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        position:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        relatedTabKeys:
          type:
            - "null"
            - string
        rightBit:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        shortcutKeysBitmask:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        showInActionMenu:
          type: boolean
        showInLinkList:
          type: boolean
        targetModule:
          type:
            - "null"
            - string
        targetView:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        targetViewRight:
          format: uint8
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        type:
          format: uint8
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Menu:
      properties:
        description:
          type:
            - "null"
            - string
        descriptionKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        module:
          type:
            - "null"
            - string
        parentID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        text:
          type:
            - "null"
            - string
        textKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        type:
          $ref: "#/components/schemas/MenuType"
        viewID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Module:
      properties:
        color:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        highlightColor:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        id:
          type:
            - "null"
            - string
        nameKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        namespace:
          type:
            - "null"
            - string
      type: object
    Relation:
      properties:
        foreignKeyObjectId:
          type:
            - "null"
            - string
        foreignKeyTableName:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        isImplicitRelation:
          type: boolean
        items:
          items:
            $ref: "#/components/schemas/RelationItem"
          type:
            - "null"
            - array
        name:
          type:
            - "null"
            - string
        parentRelationId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        primaryKeyObjectId:
          type:
            - "null"
            - string
        primaryKeyTableName:
          type:
            - "null"
            - string
        relationType:
          $ref: "#/components/schemas/RelationType"
      type: object
    SecurityInfoPackage:
      properties:
        actionParameters:
          items:
            $ref: "#/components/schemas/ActionParameter"
          type:
            - "null"
            - array
        actions:
          items:
            $ref: "#/components/schemas/SecurityAction"
          type:
            - "null"
            - array
        companies:
          items:
            $ref: "#/components/schemas/Company"
          type:
            - "null"
            - array
        elevatedProcesses:
          items:
            $ref: "#/components/schemas/ElevatedProcessDefinition"
          type:
            - "null"
            - array
        jobProfiles:
          items:
            $ref: "#/components/schemas/Jobprofile"
          type:
            - "null"
            - array
        objectTypes:
          items:
            $ref: "#/components/schemas/SecurityObjectType"
          type:
            - "null"
            - array
      type: object
    ParentField:
      properties:
        businessObjectID:
          type:
            - "null"
            - string
        canBeSelected:
          type: boolean
        canBeUpdated:
          type: boolean
        caption:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        contentType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        databaseAccessMode:
          $ref: "#/components/schemas/DatabaseAccessMode"
        decimalPlaces:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        format:
          type:
            - "null"
            - string
        fullName:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        ignoreForChangeLog:
          type: boolean
        internalSchemaDataType:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        isClonable:
          type: boolean
        isPartOfPrimaryKey:
          type: boolean
        isRequired:
          type: boolean
        length:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        lookupID:
          type:
            - "null"
            - string
        maxValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        metaDataType:
          $ref: "#/components/schemas/MetaDataType"
        minValue:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        nextNumName:
          type:
            - "null"
            - string
        parentConstant:
          type:
            - "null"
            - string
        parentFieldName:
          type:
            - "null"
            - string
        parentObjectId:
          type:
            - "null"
            - string
        parentTableName:
          type:
            - "null"
            - string
        propertyName:
          type:
            - "null"
            - string
        schemaCharacterLength:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        schemaDataType:
          $ref: "#/components/schemas/SqlServerTypeId"
        schemaIsNullable:
          type: boolean
        schemaPrecision:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        schemaScale:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        securityFieldID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        tableName:
          type:
            - "null"
            - string
        tooltip:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        type:
          $ref: "#/components/schemas/SqlDataType"
      type: object
    ContentTypeType:
      type: integer
    DatabaseAccessMode:
      type: integer
    MetaDataType:
      type: integer
    SqlServerTypeId:
      type: integer
    SqlDataType:
      type: integer
    LookupBufferType:
      type: integer
    BusinessObjectState:
      type: integer
    LookupType:
      type: integer
    MenuType:
      type: integer
    RelationItem:
      properties:
        constantValue:
          type:
            - "null"
            - string
        fkPropertyName:
          type:
            - "null"
            - string
        fkTableFieldName:
          type:
            - "null"
            - string
        foreignKeyField:
          $ref: "#/components/schemas/Field"
        id:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        pkPropertyName:
          type:
            - "null"
            - string
        pkTableFieldName:
          type:
            - "null"
            - string
        primaryKeyField:
          $ref: "#/components/schemas/Field"
        relationID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    RelationType:
      type: integer
    ActionParameter:
      properties:
        actionId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        value:
          type:
            - "null"
            - string
        valueType:
          $ref: "#/components/schemas/SqlDataType"
      type: object
    SecurityAction:
      properties:
        actionID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        actionKey:
          type:
            - "null"
            - string
        actionParameterObjects:
          items:
            $ref: "#/components/schemas/ActionParameter"
          type:
            - "null"
            - array
        businessObjectID:
          type:
            - "null"
            - string
        description:
          type:
            - "null"
            - string
        hideIfDisabled:
          type: boolean
        objectPermission:
          $ref: "#/components/schemas/Permissions"
        permissionMode:
          $ref: "#/components/schemas/ActionPermissionMode"
        presenterTypeName:
          type:
            - "null"
            - string
      type: object
    Company:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        active:
          type: boolean
        additionalProperties:
          type:
            - "null"
            - object
        addressCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        country:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        documentCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        leaseCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        localCurrency:
          type:
            - "null"
            - string
        maintenanceMode:
          type:
            - "null"
            - boolean
        name:
          type:
            - "null"
            - string
        sapCompanyCode:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    ElevatedProcessDefinition:
      properties:
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Jobprofile:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        department:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        isDeleted:
          type: boolean
        name:
          type:
            - "null"
            - string
        roles:
          items:
            $ref: "#/components/schemas/Role2Jobprofile"
          type:
            - "null"
            - array
        textKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        users:
          items:
            $ref: "#/components/schemas/Jobprofile2User"
          type:
            - "null"
            - array
      type: object
    SecurityObjectType:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        defaultRight:
          $ref: "#/components/schemas/Permissions"
        name:
          type:
            - "null"
            - string
        objTypeID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Permissions:
      type: integer
    ActionPermissionMode:
      type: integer
    Role2Jobprofile:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        jobprofileID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        roleID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Jobprofile2User:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        companyID:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        isDefault:
          type: boolean
        jobprofileID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        recordPermission:
          $ref: "#/components/schemas/RecordPermissions"
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        userID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    RecordPermissions:
      type: integer
    MetaInfoPackage:
      properties:
        businessObjectDefinitions:
          items:
            $ref: "#/components/schemas/BusinessObjectDefinition"
          type:
            - "null"
            - array
        contentTypes:
          items:
            $ref: "#/components/schemas/ContentType"
          type:
            - "null"
            - array
        controlTypes:
          items:
            $ref: "#/components/schemas/ControlType"
          type:
            - "null"
            - array
        fieldDefinitionsWithoutObject:
          items:
            $ref: "#/components/schemas/Field"
          type:
            - "null"
            - array
        forms:
          items:
            $ref: "#/components/schemas/FormDefinition"
          type:
            - "null"
            - array
        invalidBusinessObjectDefinitions:
          items:
            $ref: "#/components/schemas/InvalidBusinessObjectDefinition"
          type:
            - "null"
            - array
        lookups:
          items:
            $ref: "#/components/schemas/LookupDefinition"
          type:
            - "null"
            - array
        menuItems:
          items:
            $ref: "#/components/schemas/MenuItem"
          type:
            - "null"
            - array
        menus:
          items:
            $ref: "#/components/schemas/Menu"
          type:
            - "null"
            - array
        modules:
          items:
            $ref: "#/components/schemas/Module"
          type:
            - "null"
            - array
        relations:
          items:
            $ref: "#/components/schemas/Relation"
          type:
            - "null"
            - array
        securityInfo:
          $ref: "#/components/schemas/SecurityInfoPackage"
      type: object
```
