Jira Server/Data Center - Any customFieldType similar to Forge object?

Per Forge documentation you can create Custom Field with “object” type. Is something this also possible in Jira Server by chance? Id like to be able to make an object where each key is searchable EX:

      schema:
        properties:
          list1:
            type: array
            items: {type: user}
            searchAlias: List1
          list2:
            type: array
            items: {type: number}
            searchAlias: List2