Arthur Murauskas

Results 2 issues of Arthur Murauskas

# Roadmap Overview This roadmap is meant to us (users and the team) visibility over our priorities for the first part of the year. It is not meant to be...

I am using the following JSON Schema: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Demo", "type": "object", "additionalProperties": false, "properties": { "hostname": { "type": "string" }, "enable_subconfig": { "type": "boolean" } },...

in discussion