{
    "$id": "http://soundon.api/podcast/patch",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [],
    "properties": {
        "publishStatus": {
            "type": "boolean"
        },
        "title": {
            "type": "string"
        },
        "description": {
            "type": "string"
        },
        "coverImage": {
            "type": "string"
        },
        "itunesGenres": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "featuredChannelIds": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "artistName": {
            "type": "string"
        },
        "ownerId": {
            "type": "string"
        },
        "subtitle": {
            "type": "string"
        },
        "language": {
            "type": "string"
        },
        "copyright": {
            "type": "string"
        },
        "customerLink": {
            "type": "string"
        },
        "externalLink": {
            "type": "string"
        },
        "explicit": {
            "type": "boolean"
        },
        "joinAdProgram": {
            "type": "boolean"
        },
        "ownerEmail": {
            "type": "string",
            "format": "email"
        }
    }
}
