{
    "$id": "http://soundon.api/podcast/import",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": ["feedUrl"],
    "properties": {
        "feedUrl": {
            "type": "string",
            "format": "url"
        }
    }
}
