Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"CTA": {
"type": "object",
"properties": {
"hook": {
"type": [ "string", "null" ]
},
"message": {
"type": "string"
},
"primary": {
"type": "boolean"
},
"newWindow": {
"type": "boolean"
}
}
},
"content": {
"type": "object",
"properties": {
"classes": {
"type": "string"
},
"description": {
"type": "string"
},
"icon": {
"type": [ "string", "null" ]
},
"message": {
"type": "string"
},
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"item": {
"type": "string"
},
"url": {
"type": [ "string", "null" ]
}
}
}
}
}
},
"expires": {
"type": "integer"
},
"feature_class": {
"type": "string"
},
"id": {
"type": "string"
},
"jitm_stats_url": {
"type": "string"
},
"template": {
"type": "string"
},
"ttl": {
"type": "integer"
},
"url": {
"type": "string"
},
"tracks": {
"type": "object"
},
"action": {
"type": "object"
},
"is_dismissible": {
"type": "boolean"
}
}
}
}