Skip to content

Commit 3f43c4e

Browse files
committed
fix: Malformed file caused by misplaced bracket.
- also remove the dateStart and dateEnd query parameters definition.
1 parent 64efe75 commit 3f43c4e

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

specs/SHIELD.json

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -178,40 +178,6 @@
178178
"description": "An example of valid EntraID managed user ID in type UUID."
179179
}
180180
}
181-
},
182-
"dateStart": {
183-
"name": "dateStart",
184-
"description": "The date string used to determine the lower bound value in a query.",
185-
"in": "query",
186-
"schema": {
187-
"type": "string",
188-
"format": "date-time",
189-
"examples": ["2025-01-01"]
190-
},
191-
"examples": {
192-
"valid start date": {
193-
"value": "2025-01-01",
194-
"summary": "Example date for lower bound value in a query.",
195-
"description": "In architecture report context, it is used to compare against the createdAt property."
196-
}
197-
}
198-
},
199-
"dateEnd": {
200-
"name": "dateEnd",
201-
"description": "The date string used to determine the upper bound value in a query.",
202-
"in": "query",
203-
"schema": {
204-
"type": "string",
205-
"format": "date-time",
206-
"examples": ["2025-01-01"]
207-
},
208-
"examples": {
209-
"valid end date": {
210-
"value": "2025-01-01",
211-
"summary": "Example date for upper bound value in a query.",
212-
"description": "In architecture report context, it is used to compare against the createdAt property."
213-
}
214-
}
215181
}
216182
},
217183
"responses": {
@@ -1558,7 +1524,8 @@
15581524
"examples": ["Privileged"],
15591525
"title": "Type of security class the object(s) belongs to",
15601526
"type": "string"
1561-
},
1527+
}
1528+
},
15621529
"securitySchemes": {
15631530
"EntraID": {
15641531
"type": "http",
@@ -3983,5 +3950,4 @@
39833950
"name": "Update"
39843951
}
39853952
]
3986-
}
39873953
}

0 commit comments

Comments
 (0)