You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/xdm/tutorials/create-schema-api.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1362,6 +1362,52 @@ The response is a filtered list of schemas, containing only those that satisfy b
1362
1362
}
1363
1363
```
1364
1364
1365
+
## Use the UI to validate your schema {#validate-in-ui}
1366
+
1367
+
Use the Experience Platform UI to validate that the schema you created through the [!DNL Schema Registry] API has the correct structure, properties, and identity configuration. Follow these steps:
1368
+
1369
+
### Locate your schema
1370
+
1371
+
To begin, navigate to **[!UICONTROL Schemas]** > **[!UICONTROL Browse]**. Use the text input field to search for the schema name (for example,`Campaign Member`) and select the schema name from the table.
1372
+
1373
+

1374
+
1375
+
### Confirm the schema structure
1376
+
1377
+
The schema canvas displays the full structure of your schema. Verify that:
1378
+
1379
+
* All standard field groups that you added appear in the canvas.
1380
+
* Your custom field group appears in the structure and is expanded to show its fields.
1381
+
1382
+

1383
+
1384
+
### Review schema properties
1385
+
1386
+
Next, select the schema root node to open the **[!UICONTROL Schema properties]** panel and confirm the key metadata:
1387
+
1388
+
* Schema `$id`
1389
+
* Display name
1390
+
* Profile enablement status
1391
+
1392
+
The `$id` should match the value returned in your API response.
1393
+
1394
+
>[!NOTE]
1395
+
>
1396
+
>The assigned class (**[!UICONTROL XDM Business Campaign Members]** in this example) is displayed in the left **[!UICONTROL Composition]** panel.
1397
+
1398
+

1399
+
1400
+
### Validate identity fields
1401
+
1402
+
Each identity field added to the schema is listed in the **[!UICONTROL Identities]** section of the **[!UICONTROL Composition]** panel. Select an identity field to display its properties in the right panel. For each identity field, confirm:
1403
+
1404
+
* The identity namespace is correct.
1405
+
* The field is marked as the primary identity when applicable.
1406
+
1407
+

1408
+
1409
+
If the structure, properties, and identity configuration match your API configuration, you have successfully created and configured the schema through the [!DNL Schema Registry] API.
1410
+
1365
1411
## Next steps
1366
1412
1367
1413
By following this tutorial, you have successfully composed a schema using both standard field groups and a field group that you defined. You can now use this schema to create a dataset and ingest record data into Adobe Experience Platform.
0 commit comments