{
"type": "object",
"properties": {
"html": {
"type": "string",
"minLength": 1,
"description": "A self-contained HTML document, fragment, or plain text. Encoded into the returned URL."
}
},
"required": [
"html"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"html": {
"type": "string",
"minLength": 1,
"description": "A self-contained HTML document, fragment, or plain text. Encoded into the returned URL."
}
},
"required": [
"html"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"text": {
"type": "string"
}
},
"required": [
"text"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"emoji": {
"type": "string"
},
"url": {
"type": "string"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"subdomain": {
"type": "string"
},
"slug": {
"type": "string"
},
"privacy": {
"type": "boolean"
}
},
"additionalProperties": false
}