-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ class ValueExampleDescriptorDsl { | |
*/ | ||
var description: String? = null | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
todo: | ||
|
||
- keep up to date with schema-kenerator | ||
- keep up to date with schema-kenerator features | ||
- simplify dsl for schemas (TypeDescriptors) ✅ | ||
- utility methods for adding different TypeDescriptors ✅ | ||
- dsl for array, anyof, ref, empty, ... ✅ | ||
- simplify dsl for examples (ExampleDescriptors) ✅ | ||
- add rootHostPath to operations (see 2.10.0) | ||
- post build hook (?) | ||
- add rootHostPath to operations (see 2.10.0) (is this required? -> see servers) | ||
- post build hook (check if already exists?) | ||
- wiki / documentation |