Skip to content

[Device-Roaming-Subscription]: Protocol components are missing in specification #207

@maxl2287

Description

@maxl2287

Describe the bug
The components described in the descriminator for the prototocol-property are missing.
This causes problems with our code-generator and makes it unpossible to create the expected property-models.

See:

      discriminator:
        propertyName: protocol
        mapping:
          HTTP: "#/components/schemas/HTTPSubscriptionRequest"
          MQTT3: "#/components/schemas/MQTTSubscriptionRequest"
          MQTT5: "#/components/schemas/MQTTSubscriptionRequest"
          AMQP: "#/components/schemas/AMQPSubscriptionRequest"
          NATS: "#/components/schemas/NATSSubscriptionRequest"
          KAFKA: "#/components/schemas/ApacheKafkaSubscriptionRequest"

Tested with r1.2 - device-roaming-status-subscriptions.yaml
Expected behavior
The components should be there, otherwise the yaml is invalid.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions