We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa1da4 commit ea35b55Copy full SHA for ea35b55
2 files changed
development/composer.json
@@ -2,6 +2,7 @@
2
"name": "openehr/specifications-tools-openapi",
3
"description": "Tools to manage openEHR OpenApi specifications.",
4
"type": "project",
5
+ "license": "Apache-2.0",
6
"require": {
7
"php": ">=7.4",
8
"ext-json": "*",
specifications/schemas/base_types/ObjectRef.yaml
@@ -1,4 +1,6 @@
1
# Note: This type codegen is failing around collision on property names _type vs type.
+# see: https://github.com/OpenAPITools/openapi-generator/issues/9444
+# see: https://github.com/OpenAPITools/openapi-generator/issues/8291
# TODO: fix this as soon as redoc and/or openapi generator is able to coop with such names and distinguish the discriminator for real property
title: OBJECT_REF
type: object
0 commit comments