# 1.7 XDM Schema requirements in Adobe Experience Platform

To ensure Web SDK and alloy.js are able to ingest data into Adobe Experience Platform, there is a requirement for a specific XDM Mixin to be part of the XDM Schema in Adobe Experience Platform.

Go to <https://experience.adobe.com/platform> and log in.

![AEP Debugger](https://858372621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpBC8bA57il8Sj47B7QPJ%2Fuploads%2Fgit-blob-a7115877d1c7914f047ce7fb319128cf02445316%2Fexp1.png?alt=media)

After logging in, select the appropriate sandbox by clicking the text **Production Prod** in the blue line on top of your screen. Select the sandbox `--aepSandboxId--`.

After selecting your sandbox, you'll see the screen change and now you're in your sandbox.

![AEP Debugger](https://858372621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpBC8bA57il8Sj47B7QPJ%2Fuploads%2Fgit-blob-859766476704722dae69a48e7f1fc287d4685ce4%2Fexp2.png?alt=media)

In the left menu, go to **Schemas** and open the **Demo System - Event Schema for Website (Global v1.1)** Schema.

![AEP Debugger](https://858372621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpBC8bA57il8Sj47B7QPJ%2Fuploads%2Fgit-blob-e45ae532e252f5757ee89cc27ee868aa59bbf0a6%2Fexp3.png?alt=media)

On that Schema, you'll see that the field group **AEP Web SDK ExperienceEvent Mixin** has been added. This field group adds all the minimally required fields to the Schema. Every Experience Event Schema in Adobe Experience Platform that will be used by Web SDK will always require that field group to be part of the Schema.

![AEP Debugger](https://858372621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpBC8bA57il8Sj47B7QPJ%2Fuploads%2Fgit-blob-e35950e5dda092f2456714f345b5667b7809ce94%2Fexp4.png?alt=media)

In [Module 2](https://github.com/AdobePartnerTechnicalServices/aep-quickstart-guide/blob/main/module2/data-ingestion.md) you'll learn how to add field groups to schemas.
