1 package ldcontext 2 3 const ( 4 jsonPropMeta = "_meta" 5 jsonPropPrivate = "privateAttributes" 6 jsonPropRedacted = "redactedAttributes" 7 jsonPropOldUserCustom = "custom" 8 jsonPropOldUserPrivate = "privateAttributeNames" 9 jsonPropOldUserRedacted = "privateAttrs" 10 jsonPropOldUserSecondary = "secondary" 11 ) 12