The openapi_json_schema submodule was first created in the Waterwheel module as waterwheel_json_schema because the Schemata module was not ready yet.
All the code was imported from there.
Now that schemata has a 8.x-1.0-alpha1 release it probably makes sense to rely on this module again and remove openapi_json_schema.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 2870393-10-schemata.patch | 63.18 KB | tedbow |
| #10 | interdiff-4-10.txt | 243 bytes | tedbow |
| #4 | 2870393-4-schemata.patch | 63.22 KB | tedbow |
| #3 | 2870393-3-schemata.patch | 62.86 KB | tedbow |
| #2 | module-2870393-2.patch | 63.5 KB | martin107 |
Comments
Comment #2
martin107 commentedJust a first draft removing the sub module and references in the parent module.
Comment #3
tedbow@martin107 thanks for getting things started.
We are going to need a small change to the schemata module: #2870904: Add entity type only schema routes for entity types with bundles
I have made pull request.
Here is patch that should get the tests passing using the schemata module once the PR is accepted.
Comment #4
tedbowForgot to remove openapi_json_schema from the test
Comment #5
martin107 commented@tedbow
the link in #3 is circular - it points back to this issue.
would you repost the link.
Comment #6
tedbowwhoops #2870904: Add entity type only schema routes for entity types with bundles
Comment #10
tedbowAdding schemata as dependency so the test bot will find it. Sub module won't work.
Test will still fail because changes to Schemata are still needed.
Comment #12
tedbowThis is fixed in 8.x-1.x
Comment #13
tedbowUnassigning since fixed