-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
When referencing the same component from other different components, Bundle() won't resolve the references correctly.
The bundled output contains a external reference in UserValues to AssociationContext:
components:
schemas:
User.Context:
type: object
properties:
values:
type: array
items:
type: object
properties:
id:
type: string
description: Universal unique identifier of product property value.
format: uuid
example: dae18b3a-c5fc-4dc3-a53e-64c905d1f97b
associationContext:
type: array
items:
$ref: >-
#/components/schemas/User.Context/properties/associationContext/items
API Samples:
API
UserContext
UserValues
AssociationContext
By changing UserValues to reference a duplicate of AssociationContext (UserValuesAssociationContext) the Bundle() works correctly.
VladimirFrank and xoscar
Metadata
Metadata
Assignees
Labels
No labels