Closed maxl2287 closed 2 months ago
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.
descriminator
prototocol
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.
cc: @camaraproject/commonalities_maintainers
Describe the bug The components described in the
descriminator
for theprototocol
-property are missing. This causes problems with our code-generator and makes it unpossible to create the expected property-models.See:
Tested with r1.2 - device-roaming-status-subscriptions.yaml Expected behavior The components should be there, otherwise the yaml is invalid.