Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.77 KB

profile-test-profile.schema.md

File metadata and controls

51 lines (32 loc) · 1.77 KB

Profile test details Schema

https://ns.adobe.com/xdm/context/profile-test-profile

This mixin is used for indicating that the profile record is in use for testing/verification purposes and should not be automatically included in normal operations.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted context/profile-test-profile.schema.json

Schema Hierarchy

  • Profile test details https://ns.adobe.com/xdm/context/profile-test-profile

Profile test details Example

{
  "xdm:testProfile": false
}

Profile test details Properties

Property Type Required Default Defined by
xdm:testProfile boolean Optional false Profile test details (this schema)
* any Additional this schema allows additional properties

xdm:testProfile

Test profile

Indicates the profile record is for use in testing and verification purposes and should not be automatically included in normal operations.

xdm:testProfile

  • is optional
  • type: boolean
  • default: false
  • defined in this schema

xdm:testProfile Type

boolean