{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "headfiles": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "enum": [ "''" ]} ] } }, "files": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "enum": [ "''" ]} ] } }, "footfiles": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "enum": [ "''" ]} ] } } } }