Skip to content

Commit ea35b55

Browse files
adding some notes
1 parent 8aa1da4 commit ea35b55

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

development/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "openehr/specifications-tools-openapi",
33
"description": "Tools to manage openEHR OpenApi specifications.",
44
"type": "project",
5+
"license": "Apache-2.0",
56
"require": {
67
"php": ">=7.4",
78
"ext-json": "*",

specifications/schemas/base_types/ObjectRef.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Note: This type codegen is failing around collision on property names _type vs type.
2+
# see: https://github.com/OpenAPITools/openapi-generator/issues/9444
3+
# see: https://github.com/OpenAPITools/openapi-generator/issues/8291
24
# 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
35
title: OBJECT_REF
46
type: object

0 commit comments

Comments
 (0)