Skip to content

Commit

Permalink
add link to comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed Apr 9, 2024
1 parent 85a062b commit f54f2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/openapi/model-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ components:
allOf:
- $ref: "#/components/schemas/WithBaseResourceUpdate"
- $ref: "#/components/schemas/WithModelArtifactUpdate"
# TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now
# TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now (see: https://github.com/microsoft/kiota/issues/4428)
# - $ref: "#/components/schemas/WithBaseArtifactUpdate"
- type: object
properties:
Expand All @@ -1315,7 +1315,7 @@ components:
- $ref: "#/components/schemas/WithModelArtifactUpdate"
- $ref: "#/components/schemas/WithBaseResourceCreate"
- $ref: "#/components/schemas/WithBaseResourceUpdate"
# TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now
# TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now (see: https://github.com/microsoft/kiota/issues/4428)
# - $ref: "#/components/schemas/WithBaseArtifactUpdate"
- type: object
properties:
Expand Down

0 comments on commit f54f2e1

Please sign in to comment.