{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PoolCreate", "type": "object", "properties": { "name": { "type": "string" }, "partition": { "type": "string" }, "description": { "type": "string" }, "loadBalancingMode": { "type": "string" }, "monitor": { "type": "string" }, "members": { "type": "array" }, "serviceDownAction": { "type": "string" }, "slowRampTime": { "type": "integer" }, "allowNat": { "type": "string" }, "allowSnat": { "type": "string" } } }