Error while creating custom data type in Adobe Experience Platform | Community
Skip to main content
New Participant
June 27, 2023
Solved

Error while creating custom data type in Adobe Experience Platform

  • June 27, 2023
  • 1 reply
  • 1102 views

Hi Team, 

I am creating a custom datatype by following the steps in the below tutorial.

https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk/initial-configuration/create-schema.html?lang=en

 

I am getting the below message while trying to save the data type.

"schema must contain populated properties"

 

Any help on how to resolve this and move forward.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

Schemas can specify that some fields are required. If you go to your "Schemas" page in AEP, then open the schema that you're using with your Mobile SDK implementation, you should be able to find the fields that are required (either marked with "*" or are labelled somewhere with "required").

1 reply

yuhuisg
yuhuisgAccepted solution
New Participant
July 1, 2023

Schemas can specify that some fields are required. If you go to your "Schemas" page in AEP, then open the schema that you're using with your Mobile SDK implementation, you should be able to find the fields that are required (either marked with "*" or are labelled somewhere with "required").