1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 16:03:42 -04:00

Feature plugins framework: REST API generated code

This commit is contained in:
f4exb
2020-09-21 03:10:42 +02:00
parent dc9e77b63d
commit d024ed9d56
36 changed files with 16746 additions and 108 deletions
@@ -0,0 +1,11 @@
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"