{
    "description": "facebook_post component",
    "type": "object",
    "properties": {
        "url": {
            "type": "string",
            "format": "uri"
        },
        "profile_id": {
            "type": "string"
        },
        "post_id": {
            "type": "string"
        }
    },
    "required": [
        "url"
    ]
}