Skip to content

[frontendc] Implement schema resolving logic #2

@chebykinn

Description

@chebykinn

In schema_normalizer.rs we need to iterate through refs and expand them. First, we'd need to build a map of all components in the schema, and then map all refs to expanded objects. However, if we just replace all refs with objects, we wouldn't be able to support recursive types. So we probably just need to build an internal index of types and pass it to backendc in CompileRequest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions