mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-07 17:16:02 -05:00
21 lines
543 B
YAML
21 lines
543 B
YAML
|
FeatureConfig:
|
||
|
description: Represents a FeatureSetPreset::FeatureConfig object
|
||
|
properties:
|
||
|
featureIdURI:
|
||
|
description: Feature type ID in URI form
|
||
|
type: string
|
||
|
config:
|
||
|
$ref: "/doc/swagger/include/FeatureSettings.yaml#/FeatureSettings"
|
||
|
|
||
|
FeatureSetPreset:
|
||
|
description: Represents a Feature Set Preset object
|
||
|
properties:
|
||
|
group:
|
||
|
type: string
|
||
|
description:
|
||
|
type: string
|
||
|
featureConfigs:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: "/doc/swagger/include/FeatureSetPreset.yaml#/FeatureConfig"
|