addedOutput schema / $defs / ProjectTabPageOutput / properties / generatedAt / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectTabPageOutput / properties / generatedAt / type
Removed value: -"string"
addedOutput schema / $defs / ProjectTabPageOutput / properties / requestId / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectTabPageOutput / properties / requestId / type
Removed value: -"string"
changedOutput schema / $defs / ProjectTabPageOutput / required
Previous value: -[
- "schemaVersion",
- "requestId",
- "generatedAt",
- "tab",
- "page",
- "providers"
-]New value: +[
+ "schemaVersion",
+ "tab",
+ "page",
+ "providers"
+]
addedOutput schema / $defs / ProjectWorkspaceOutput / properties / generatedAt / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectWorkspaceOutput / properties / generatedAt / type
Removed value: -"string"
addedOutput schema / $defs / ProjectWorkspaceOutput / properties / requestId / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectWorkspaceOutput / properties / requestId / type
Removed value: -"string"
addedOutput schema / $defs / ProjectWorkspaceOutput / properties / snapshotId / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectWorkspaceOutput / properties / snapshotId / type
Removed value: -"string"
changedOutput schema / $defs / ProjectWorkspaceOutput / required
Previous value: -[
- "schemaVersion",
- "requestId",
- "snapshotId",
- "generatedAt",
- "project",
- "activeTab",
- "tabManifest",
- "overview",
- "navigation",
- "sourceSummary"
-]New value: +[
+ "schemaVersion",
+ "project",
+ "activeTab",
+ "tabManifest",
+ "overview",
+ "navigation",
+ "sourceSummary"
+]
addedOutput schema / $defs / ProjectWorkspacesHomeOutput / properties / generatedAt / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectWorkspacesHomeOutput / properties / generatedAt / type
Removed value: -"string"
addedOutput schema / $defs / ProjectWorkspacesHomeOutput / properties / requestId / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / ProjectWorkspacesHomeOutput / properties / requestId / type
Removed value: -"string"
changedOutput schema / $defs / ProjectWorkspacesHomeOutput / required
Previous value: -[
- "schemaVersion",
- "requestId",
- "generatedAt",
- "surface",
- "counts",
- "projects",
- "filters",
- "noMatch",
- "messageKey",
- "dataQuality",
- "errors"
-]New value: +[
+ "schemaVersion",
+ "surface",
+ "counts",
+ "projects",
+ "filters",
+ "noMatch",
+ "messageKey",
+ "dataQuality",
+ "errors"
+]