Commit 31c84362 authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: drop ru_type and ru_link_type

  Use key/object structure instead const, since it provides better struture whenever render the form.

  It is required to still update instance for follow up the change
parent 5706ae16
...@@ -55,12 +55,11 @@ ...@@ -55,12 +55,11 @@
"description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am", "description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am",
"type": "string" "type": "string"
} }
} },
}, "type": "object"
"type": "object" }
}, },
"type": "object" "type": "object"
}, }
"type": "object"
} }
} }
...@@ -31,12 +31,11 @@ ...@@ -31,12 +31,11 @@
"minItems": 1, "minItems": 1,
"uniqueItems": true "uniqueItems": true
} }
} },
}, "type": "object"
"type": "object" }
}, },
"type": "object" "type": "object"
}, }
"type": "object"
} }
} }
...@@ -49,12 +49,11 @@ ...@@ -49,12 +49,11 @@
} }
} }
} }
} },
}, "type": "object"
"type": "object" }
}, },
"type": "object" "type": "object"
}, }
"type": "object"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment