Skip to content

Add Smithy IDL support #259

@clemensv

Description

@clemensv

Feature request

Add conversion support for Smithy IDL.

Motivation

Smithy is common for service/data modeling (especially AWS ecosystems); schema conversion would improve interoperability.

Suggested scope

  • Import: smithy2a (Smithy -> Avrotize Schema)
  • Export: ^G2smithy (Avrotize Schema -> Smithy model subset)
  • Handle structures, unions, enums, lists/maps, traits relevant to data shape
  • Keep service/operation modeling explicitly scoped (in/out of phase 1)

Acceptance criteria

  • Commands + docs
  • Tests for core data-shape constructs and references
  • Explicit behavior for service-level constructs

Additional requirement: JSON Structure conversions

Please also include JSON Structure conversion support:

  • smithy2s (Smithy -> JSON Structure)
  • s2smithy (JSON Structure -> Smithy data-shape subset)
  • Keep service/operation modeling scope explicit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions