diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-10 18:41:40 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-10 18:41:40 +0200 |
commit | 4d6c0500cb76135b24d3a6a16510a562bea1b88b (patch) | |
tree | b04f81e31f0b233103f88b492f440920c4356023 /smithy-build.json | |
parent | 0fbc9bbb05dd9dcfc4c064e20113629fd1af8de9 (diff) | |
download | garage-smithy2.tar.gz garage-smithy2.zip |
first build of the modelsmithy2
Diffstat (limited to 'smithy-build.json')
-rw-r--r-- | smithy-build.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/smithy-build.json b/smithy-build.json new file mode 100644 index 00000000..29de8a18 --- /dev/null +++ b/smithy-build.json @@ -0,0 +1,8 @@ +{ + "version": "1.0", + "plugins": { + "openapi": { + "service": "org.deuxfleurs.garage.k2v#K2V" + } + } +} |