[
    {
        "name": "title",
        "type": "string",
        "required": false,
        "description": "Title of record"
    },
    {
        "name": "recordId",
        "type": "string",
        "required": false,
        "description": "Sets an id on the record title"
    },
    {
        "name": "alias",
        "type": "string",
        "required": false,
        "description": "Adds in an extract paragraph for 'also known as' content."
    },
    {
        "name": "items",
        "type": "array",
        "required": true,
        "description": "Key/Value objects for each display field",
        "params": [
            {
                "name": "label",
                "type": "string",
                "required": false,
                "description": "If present, the value of this attribute will be displayed in a paragraph tag"
            },
            {
                "name": "value",
                "type": "string",
                "required": false,
                "description": "If present, the value of this attribute will be displayed within the card as HTML"
            }
        ]
    }
]