Extended meta.json (how do I set this up correctly)

I get the gist that I add a link to the bottom of my current “poolMetaData.json” https://a.adapools.org/extended-example

“extended”: “[https://yoururl.com]”

My current JSON

https://raw.githubusercontent.com/diicasses/pool/main/poolMetaData.json

If my understanding is correct then I do:

{
“name”: “ANTI.BIZ”,
“description”: “Anti.biz is about being different from the rest. Standing out from the crowd and doing our own thing. We create streetwear clothing for the extraordinary.”,
“ticker”: “SKULL”,
“homepage”: “https://www.anti.biz/cardano
“extended”: “link”
}

{
“name”: “ANTI.BIZ”,
“description”: “Anti.biz is about being different from the rest. Standing out from the crowd and doing our own thing. We create streetwear clothing for the extraordinary.”,
“ticker”: “SKULL”,
“homepage”: “https://www.anti.biz/cardano”,
“extended”: “link to your extended .json”
}