Skip to content

UnknownSchema objects should allow dictionary-like access to data fields #1234

Open
@reinecke

Description

@reinecke

Feature Request

To allow developers to access data on objects of UnknownSchema, a dictionary-type interface should be exposed for the data fields.

Context

When the deserializer doesn't recognize the schema of an object, it deserializes to an instance of UnknownSchema. Unfortunately, the UnknownSchema object only exposes original_schema_name and original_schema_version - this means the majority data in the object is opaque and inaccessible.

See #1230 for more discussion on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA request for something new.good first issueIf you're looking for a way to contribute, but not sure where to start. This is a good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions