Interviewer
Interviewer copied to clipboard
Check variable constraints when accessing external data sources
Check external data sources match property constraints on access.
Currently this will only affect manually constructed protocols (Architect has an issue to check assets on import). In future it will be necessary for dynamic imports (those that use URLs).
- Properties to respect the constraint:
/^[a-zA-Z0-9._\\-:]*$/
- All node/edge/ego variable names
- All categorical/ordinal options values
Relates to: https://github.com/codaco/Architect/issues/645