Skip to content

Commit 5659983

Browse files
authored
Remove BIM Snippet (#329)
1 parent fa9aa93 commit 5659983

File tree

7 files changed

+77
-175
lines changed

7 files changed

+77
-175
lines changed

README.md

Lines changed: 77 additions & 133 deletions
Large diffs are not rendered by default.

Schemas/Collaboration/Action/topic_actions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"items": {
66
"type": "string",
77
"enum": ["update",
8-
"updateBimSnippet",
98
"updateRelatedTopics",
109
"updateDocumentReferences",
1110
"updateFiles",

Schemas/Collaboration/Topic/bim_snippet.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

Schemas/Collaboration/Topic/topic_GET.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
"type": ["string",
7575
"null"]
7676
},
77-
"bim_snippet": {
78-
"$ref": "bim_snippet.json"
79-
},
8077
"due_date": {
8178
"type": ["string",
8279
"null"]

Schemas/Collaboration/Topic/topic_POST.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
"type": ["string",
5858
"null"]
5959
},
60-
"bim_snippet": {
61-
"$ref": "bim_snippet.json"
62-
},
6360
"due_date": {
6461
"type": ["string",
6562
"null"]

Schemas/Collaboration/Topic/topic_PUT.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
"type": ["string",
5454
"null"]
5555
},
56-
"bim_snippet": {
57-
"$ref": "bim_snippet.json"
58-
},
5956
"due_date": {
6057
"type": ["string",
6158
"null"]

Schemas/Project/extensions_GET.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@
2929
"null"]
3030
}
3131
},
32-
"snippet_type": {
33-
"required": true,
34-
"type": ["array",
35-
"null"],
36-
"items": {
37-
"type": ["string",
38-
"null"]
39-
}
40-
},
4132
"priority": {
4233
"required": true,
4334
"type": ["array",

0 commit comments

Comments
 (0)