{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "fileshares": { "type": "array", "items": { "type": "object", "properties": { "path": { "oneOf": [ {"type": "string"}, {"enum": [ "''" ]} ] } } } }, "printshares": { "type": "array", "items": { "type": "object", "properties": { "path": { "oneOf": [ {"type": "string"}, {"enum": [ "''" ]} ] } } } } } }