'activity' (#234)

This commit is contained in:
Michael Quigley
2023-05-11 15:41:21 -04:00
parent d0a565d769
commit d1688c450d
8 changed files with 26 additions and 26 deletions

View File

@@ -1266,6 +1266,9 @@ func init() {
"share": {
"type": "object",
"properties": {
"activity": {
"$ref": "#/definitions/sparkData"
},
"backendMode": {
"type": "string"
},
@@ -1287,9 +1290,6 @@ func init() {
"shareMode": {
"type": "string"
},
"sparkData": {
"$ref": "#/definitions/sparkData"
},
"token": {
"type": "string"
},
@@ -2713,6 +2713,9 @@ func init() {
"share": {
"type": "object",
"properties": {
"activity": {
"$ref": "#/definitions/sparkData"
},
"backendMode": {
"type": "string"
},
@@ -2734,9 +2737,6 @@ func init() {
"shareMode": {
"type": "string"
},
"sparkData": {
"$ref": "#/definitions/sparkData"
},
"token": {
"type": "string"
},