Skip to content

Commit 3b6b6ff

Browse files
committed
Add metadata field to bundle
1 parent 4b49462 commit 3b6b6ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • model-bundle/model-bundle-api/src/main/resources/META-INF/smithy

model-bundle/model-bundle-api/src/main/resources/META-INF/smithy/bundle.smithy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ structure SmithyBundle {
1515
/// field may be omitted.
1616
config: Document
1717

18+
/// Bundle-specific metadata. If this bundle does not require any additional metadata, this
19+
/// field may be omitted.
20+
metadata: Document
21+
1822
/// model that describes the service. The service given in `serviceName` must be present.
1923
@required
2024
model: SmithyModel

0 commit comments

Comments
 (0)