No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"text",
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"text": {
"type": "string"
}
}
}