Skip to content

Unify exporters API with common processing functionalities #148

@ahmdmhd

Description

@ahmdmhd

The current exporters share some common processing functionalities:

  1. Schema loading
  2. Naming configuration
  3. Selection query
  4. Output generation

However, some exporters (jsonschema and protobuf) implement processing functionalities that are not common between other exporters:

  1. Root type filtering
  2. Instance expansion

This issue proposes adding the missing processing functionalities to the remaining exporters. Unifying the exporters APIs allows for consistency between the export commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions