Skip to content

Commit

Permalink
feat(tools): parse OpenAPI to Concerto Metamodel JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Blaginov committed Feb 9, 2023
1 parent a8d311c commit 44e073a
Show file tree
Hide file tree
Showing 16 changed files with 2,584 additions and 503 deletions.
4 changes: 2 additions & 2 deletions packages/concerto-tools/lib/codegen/codegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const OpenApiVisitor = require('./fromcto/openapi/openapivisitor');
const AvroVisitor = require('./fromcto/avro/avrovisitor');


const InferFromJsonSchema = require('./fromJsonSchema/cto/inferModel');
// const InferFromJsonSchema = require('./fromJsonSchema/cto/inferModel');

module.exports = {
AbstractPlugin,
Expand All @@ -50,7 +50,7 @@ module.exports = {
ProtobufVisitor,
OpenApiVisitor,
AvroVisitor,
InferFromJsonSchema,
// InferFromJsonSchema,
formats: {
golang: GoLangVisitor,
jsonschema: JSONSchemaVisitor,
Expand Down
Loading

0 comments on commit 44e073a

Please sign in to comment.