JSON: At least it's not YAML
YAML: At least it's not JSON
XML: Maybe if I don't move at all it can't see me
YAML: At least it's not JSON
XML: Maybe if I don't move at all it can't see me
@futzle @abstractcode json schema does exist. I don’t know if anything like that exists for yaml but technically, json schema could be used to validate yaml too.
and openAPI is SOAP redux, json style
@bri_seven @futzle We put JSON schema in our current project briefly and then shifted away from it as not adding sufficient value for what we were doing. As it couldn't do all our checks we'd need a second thing anyway and might as well just have one thing that does everything.
Our use case is not someone else's use case though.
@abstractcode But isn't YAML a super set of JSON? So the first line isn’t actually true.
XML for sure isn’t YAML though…