Skip to content

Commit

Permalink
Main topic guid
Browse files Browse the repository at this point in the history
  • Loading branch information
jasollien committed Jul 17, 2023
1 parent 3b6653c commit b4d015b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Schemas_draft-03/Collaboration/Topic/topic_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"$ref": "../RelatedTopic/related_topic_GET.json"
}
},
"main_viewpoint_guid": {
"type": ["string", "null"]
},
"authorization": {
"type": "object",
"required": false,
Expand Down
3 changes: 3 additions & 0 deletions Schemas_draft-03/Collaboration/Topic/topic_POST.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
},
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"type": ["string", "null"]
}
}
}
3 changes: 3 additions & 0 deletions Schemas_draft-03/Collaboration/Topic/topic_PUT.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
},
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"type": ["string", "null"]
}
}
}

0 comments on commit b4d015b

Please sign in to comment.