Skip to content

Commit

Permalink
Remove BIM Snippet (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl authored Dec 18, 2023
1 parent fa9aa93 commit 5659983
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 175 deletions.
210 changes: 77 additions & 133 deletions README.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Schemas/Collaboration/Action/topic_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"items": {
"type": "string",
"enum": ["update",
"updateBimSnippet",
"updateRelatedTopics",
"updateDocumentReferences",
"updateFiles",
Expand Down
23 changes: 0 additions & 23 deletions Schemas/Collaboration/Topic/bim_snippet.json

This file was deleted.

3 changes: 0 additions & 3 deletions Schemas/Collaboration/Topic/topic_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
"type": ["string",
"null"]
},
"bim_snippet": {
"$ref": "bim_snippet.json"
},
"due_date": {
"type": ["string",
"null"]
Expand Down
3 changes: 0 additions & 3 deletions Schemas/Collaboration/Topic/topic_POST.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
"type": ["string",
"null"]
},
"bim_snippet": {
"$ref": "bim_snippet.json"
},
"due_date": {
"type": ["string",
"null"]
Expand Down
3 changes: 0 additions & 3 deletions Schemas/Collaboration/Topic/topic_PUT.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
"type": ["string",
"null"]
},
"bim_snippet": {
"$ref": "bim_snippet.json"
},
"due_date": {
"type": ["string",
"null"]
Expand Down
9 changes: 0 additions & 9 deletions Schemas/Project/extensions_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
"null"]
}
},
"snippet_type": {
"required": true,
"type": ["array",
"null"],
"items": {
"type": ["string",
"null"]
}
},
"priority": {
"required": true,
"type": ["array",
Expand Down

0 comments on commit 5659983

Please sign in to comment.