overture-stack / lectern

Data Schema / Dictionary management system
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature Request: `references` should be able to include objects representing restriction objects/arrays #205

Open joneubank opened 1 month ago

joneubank commented 1 month ago

To support the conditional restrictions work, we want to be able to store restrictions in references so that the complex restriction objects are reusable.

Currently, References must be a string, or an array of strings. A string in an array can be a tag pointing to another reference which will result in combing arrays together.

New Reference Rules