Background
The issue describes the general requirement to support validating against FpML CDM code lists.
#879 defines the business requirements driving the related syntax and code generator updates.
Requirements
Work is required for active non-Java DSL code generators and runtimes (e.g., Python) to support loading JSON resources available externally or within their distribution artifact. This includes:
- Defining a consistent mechanism to locate and load JSON files. This includes:
** Being able to locate and load a specific version of a file.
** Being able to locate and load extended/custom JSON files.
- Integrating resource loading into the runtime validation flow.
Related issue
#1044