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