Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
typo (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihbor authored and ignasi35 committed May 29, 2017
1 parent 5859b6d commit bd6c024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ intermediate representation (e.g. to map JSON Schema's `dateTime` to `org.joda.t

### Supported Specs

**OpenAPI V2** placing JSON of YAML OpenAPI V2 files in a project's `src/main/openapi` will generate the required code to represent that spec using Lagom code. See the `scripted` tests for an [example](https://github.com/lagom/sbt-lagom-descriptor-generator/blob/1c312cee7e2aa61fd4206b277d87d15309c5d2dd/lagom-descriptor-generator-sbt-plugin/src/sbt-test/plugin/multiclient-java/dummy-impl/src/main/openapi/swagger1.yaml#L27-L26).
**OpenAPI V2** placing JSON or YAML OpenAPI V2 files in a project's `src/main/openapi` will generate the required code to represent that spec using Lagom code. See the `scripted` tests for an [example](https://github.com/lagom/sbt-lagom-descriptor-generator/blob/1c312cee7e2aa61fd4206b277d87d15309c5d2dd/lagom-descriptor-generator-sbt-plugin/src/sbt-test/plugin/multiclient-java/dummy-impl/src/main/openapi/swagger1.yaml#L27-L26).

Supporting new spec formats would require:

Expand Down

0 comments on commit bd6c024

Please sign in to comment.