Skip to content

CardSchema Support

Kevin Saul requested to merge ksaul/cardschema into master

CardSchema currently needs to be extracted with subschemas in order for jadegit to understand inherited schema entities.

As CardSchema is supplied & updated by JADE via JSM, we should not need to include CardSchema in our own source repositories.

These changes introduce metadata needed to define CardSchema statically like RootSchema, which will be loaded on-demand for schemas which inherit from CardSchema.

Complementing this, changes have been made to exclude CardSchema & JadeReportWriterSchema (another supplied schema) from source control functionality.

Merge request reports

Loading