Skip to content

Small bug: a default cannot be an array #504

@edwinvandenbelt

Description

@edwinvandenbelt

The TransmissionMode.yaml contains this:

type: string
enum:
  - value
  - reference
default:
  - value

The default value should be a single value, not an array.

type: string
enum:
  - value
  - reference
default: value

Metadata

Metadata

Assignees

Type

No type

Projects

Status

To be drafted

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions