mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 13:51:47 -05:00
12 lines
398 B
YAML
12 lines
398 B
YAML
|
FeatureReport:
|
||
|
description: Base feature report. Only the feature report corresponding to the feature specified in the featureType field is or should be present.
|
||
|
discriminator: featureType
|
||
|
required:
|
||
|
- featureType
|
||
|
properties:
|
||
|
featureType:
|
||
|
description: Feature type code
|
||
|
type: string
|
||
|
SimplePTTReport:
|
||
|
$ref: "/doc/swagger/include/SimplePTT.yaml#/SimplePTTReport"
|