{ "id":"/axapi/v3/bios-prog", "type":"object", "node-type":"scalar", "title":"bios-prog", "partition-visibility":"shared", "description":"Programming for BIOS", "properties":{ "filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Give the filename of the flash.rom file", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }