Referenced registers should be able to have names too.

This commit is contained in:
Daan Vanden Bosch 2019-08-16 20:01:38 +02:00
parent 56964cb4e2
commit e95513bb3c

View File

@ -78,6 +78,9 @@
"type": {
"$ref": "#/definitions/param_type"
},
"name": {
"type": "string"
},
"doc": {
"type": "string"
},