Skip to content

Avoid registration of framework classes in the schema registry #378

Description

@TeresiaOlsson

At the moment the schema registry registers all classes in a class's MRO to be able to deal with inheritance and replace base classes with subclasses in the generated JSON schema.

Problem is that this means that some very basic classes are also registered in the registry such as ABC which is not necessary and can maybe potentially cause problems in the future. So some mechanism need to be implemented to stop unrelevant classes from registering.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions