{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "NodeCreate", "type": "object", "properties": { "name": { "type": "string" }, "address": { "type": "string" }, "partition": { "type": "string" }, "description": { "type": "string" }, "connectionLimit": { "type": "integer" }, "monitor": { "type": "string" }, "rateLimit": { "type": "string" }, "ratio": { "type": "integer" }, "fqdn": { "type": "object" } } }