EagleUmlCommon icon indicating copy to clipboard operation
EagleUmlCommon copied to clipboard

swagger plugin does not accept multiple keys

Open rvilalta opened this issue 9 years ago • 0 comments

Example: list costCharacteristic {

            key 'costName costValue costAlgorithm';

            config false;

            min-elements 1;

            uses CostCharacteristic;

            description "The list of costs where each cost relates to some aspect of the TopologicalEntity.";

        }

The key in swagger should be a combination of the three keys.

Proposed solution: create a key, which replaces the spaces with _

rvilalta avatar Jul 21 '16 06:07 rvilalta