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
I think we should have at least some basic, that will fail if someone uses host the same way as it was with url, so localhost:3000/ws would be an error
in spec v3 we have new fields in Server Object:
in json schema we do not have any basic validation: https://github.com/asyncapi/spec-json-schemas/blob/next-major-spec/definitions/3.0.0/server.json#L15-L22
I think we should have at least some basic, that will fail if someone uses
host
the same way as it was withurl
, solocalhost:3000/ws
would be an errorJSON schema format keywords, might not be good, as
hostname
I think should be without port for example. I'm not 100% sure what formats from https://json-schema.org/understanding-json-schema/reference/string#built-in-formats we can reuse, thus suggesting patternsAlso in specification we are not so detailed and accurate, not pointing to standards like JSON Schema
cc @fmvilas that introduced a change in spec
cc @jonaslagoni release coordinator
cc @magicmatatjahu who I think introduced changes in json schemas
cc codeowners of the json schemas @dalelane @char0n @smoya
The text was updated successfully, but these errors were encountered: