NodeType:- None of given schemas null

Hello,

In configuration tab,I am getting below error, what does it mean.

However,I set the default values for the properties but still the same issue appears,

Can you post your node type that created the warning?

Thanks for the response,
Below is the NodeType Code

'My.BasicTemplate:BackgroundImage':
  superTypes:
    'Neos.Neos:Content': true
  ui:
    label: 'i18n'
    icon: car
    inspector:
      groups:
        myHeader:
          label: 'i18n'
  properties:
    tag:
      type: string
      ui:
        label: ''
        inlineEditable: false
        aloha:
          placeholder: 'defaul.'
        help:
          message: 'i18n'

I also check and found it comes when I define the aloha property.

The aloha configuration is deprecated. See https://docs.neos.io/cms/manual/content-repository/nodetype-properties

Got it.
Thanks for the response,