{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FileAccessLog", "description": "An object that represents an access log file.", "type": "object", "properties": { "format": {}, "path": {} }, "required": [ "path" ] }