reapit / foundations

Foundations platform mono repo
57 stars 21 forks source link

Spike: Review semi structured data mechanism #10572

Open HollyJoyPhillips opened 8 months ago

HollyJoyPhillips commented 8 months ago

Background context To review the mechanism to understand if we can make it writable. We still need to retain control of which fields are accessible so having an endpoint to surface all semi structured data is really a non-starter as some of the information could be confidential that needs to remain protected. As a result, the existing outward contract remains the same.

Specification

"extrasConfig": {
  "properties": {
   "pSituation": {
       "type": "string|bool|datetime",
       "writeable": true|false
   }
  } 
}
HollyJoyPhillips commented 7 months ago

Related internal ticket PBI-5392