Skip to content

Commit aef0753

Browse files
author
Jamie Tanna
committed
sq
1 parent 1cf390f commit aef0753

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- fairly simple generated code, erring on the side of duplicate code over nicely refactored code
99
- supporting as much of OpenAPI 3.x as is possible, alongside Go's type system
1010

11-
You can read more about our [Design Decisions](#design-decisions) below.
11+
You can read more about our [Key Design Decisions](#key-design-decisions) below.
1212

1313
⚠️ This README may be for the latest development version, which may contain unreleased changes. Please ensure you're looking at the README for the latest release version.
1414

@@ -110,7 +110,7 @@ To provide you a fully Test Driven Development style test harness, you could use
110110
Server
111111
</th>
112112
<th>
113-
<code>generate</code> flag to enable code generation
113+
<code>generate</code> flag to<br> enable code generation
114114
</th>
115115
</tr>
116116

@@ -1168,16 +1168,6 @@ This tells us that in order to resolve references generated from `some_spec.yaml
11681168
need to import `github.com/deepmap/some-package`. You may specify multiple mappings
11691169
by comma separating them in the form `key1:value1,key2:value2`.
11701170

1171-
## What's missing or incomplete
1172-
1173-
This code is still young, and not complete, since we're filling it in as we
1174-
need it. We've not yet implemented several things:
1175-
1176-
- `patternProperties` isn't yet supported and will exit with an error. Pattern
1177-
properties were defined in JSONSchema, and the `kin-openapi` Swagger object
1178-
knows how to parse them, but they're not part of OpenAPI 3.0, so we've left
1179-
them out, as support is very complicated.
1180-
11811171
## Making changes to code generation
11821172

11831173
The code generator uses a tool to inline all the template definitions into

0 commit comments

Comments
 (0)