Skip to content

Instantly share code, notes, and snippets.

@epetrashen
Created November 20, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epetrashen/3ff4a920496ddffda2c2528aa9064bda to your computer and use it in GitHub Desktop.
Save epetrashen/3ff4a920496ddffda2c2528aa9064bda to your computer and use it in GitHub Desktop.
{
"Name": "PuppyFacetModel",
"Version": "1.0",
"References": [
{
"Name": "XConnect",
"Version": "1.0"
},
{
"Name": "Sitecore.XConnect.Collection.Model",
"Version": "9.0"
}
],
"Types": {
"AcmeCorporation.Feature.TestFeature.Models.ChosenPuppyFacet.PuppyFacet": {
"Type": "Facet",
"BaseType": "Sitecore.XConnect.Facet",
"ClrType": "AcmeCorporation.Feature.TestFeature.Models.ChosenPuppyFacet.PuppyFacet, AcmeCorporation.Feature.TestFeature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
"Properties": {
"ChosenPuppy": {
"Type": "String"
}
}
}
},
"Facets": [
{
"Target": "Contact",
"Name": "ChosenPuppy",
"Type": "AcmeCorporation.Feature.TestFeature.Models.ChosenPuppyFacet.PuppyFacet"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment