{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "patternProperties": {
        "^adunit-": { 
            "type": "object",
            "properties": {
                "id":  { 
                    "type": ["string","number"]
                },
                "type":{
                    "type":"string",
                    "enum": ["原生","互推横幅","互推九宫格","banner"]
                }
            },
            "required": ["id"],
            "additionalProperties": false
        }
    },
    "properties": {
        "$schema":{"type":"string"},
        "ad-info广告配置填写说明":{"type":"string"},
        "示例-这里填微信广告id":{
            "type":"object",
            "properties":{
                "id":  { 
                    "type": ["string","number"]
                },
                "type":{
                    "type":"string"
                }
            }
        }
    },
    "additionalProperties": false
}
