Conversation
| properties: | ||
| snapshot: | ||
| $ref: '#/components/schemas/Snapshot' | ||
| last-column-id: |
There was a problem hiding this comment.
I think this should be added to to AddSchemaUpdate instead of AddSnapshotUpdate
There was a problem hiding this comment.
Yeah, not to AddSnapshotUpdate.
|
The reason why this wasn't in the original spec is because we can technically update it by getting the highest assigned ID from the new schema. Because it didn't strictly need to be part of the spec here, we omitted it. Still, we send this in the actual implementation because it simplifies the server side. I'm ambivalent about whether we actually should include this in the spec. Keeping the spec simple is usually the best option. But I can see the argument for doing this. Maybe we should update the test service to no longer require the FYI @bryanck. |
|
(Side note: I no longer use the the rest-spec in my experiments - for various reasons - and use the JSON serialization from But IMO the spec should exactly reflect the behavior (or better. vice versa). Otherwise, what's the point of having a specification, if the actual behavior is different. Users that do not use the JSON code in |
No description provided.