You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ahwagner@larrybabb there are two comments in Statement as seen here. Which one should we go with?
From the JSON Schema documentation:
The $comment keyword is strictly intended for adding comments to a schema. Its value must always be a string. Unlike the annotations title, description, and examples, JSON schema implementations aren't allowed to attach any meaning or behavior to it whatsoever, and may even strip them at any time. Therefore, they are useful for leaving notes to future editors of a JSON schema, but should not be used to communicate to users of the schema.
It seems we should be going back and reviewing the use of $comment in this repo. For now, I think we should just leave these as-is, unless it breaks something.
@mbrush we need to discuss how $comment is intended to be used in json schema files and whether or not we are applying it consistently. I think @ahwagner, you and I need to walk through this so that we can find the appropriate application for the content you are adding in these fields. @ahwagner raised a few concerns in a recent review.
From the JSON Schema documentation:
It seems we should be going back and reviewing the use of
$comment
in this repo. For now, I think we should just leave these as-is, unless it breaks something.RST rebuild with MSP b13 is a good catch, LGTM
Originally posted by @ahwagner in #70 (review)
The text was updated successfully, but these errors were encountered: