Closed david-i-berry closed 3 months ago
As per title, the definition of the security object from the links is not consistent between the yaml and JSON versions.
https://github.com/wmo-im/wis2-notification-message/blob/822e61934f409dda6269eea8c150fdf4b87d947a/schemas/notificationMessageGeoJSON.yaml#L149-L151
is not consistent with:
"properties": { "security": { "type": "object", "patternProperties": { "^[a-zA-Z0-9\\.\\-_]+$": { "oneOf": [ { "$ref": "#/definitions/Schema_Reference" }, { "$ref": "#/definitions/Schema_SecurityScheme" } ] } } } }
from: https://[schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json](https://schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json)
@david-i-berry:
OK, I see my error - I was jumping to the wrong definition when I was checking, checking against securityScheme vs Components.properties.securitySchemes
securityScheme
Components.properties.securitySchemes
As per title, the definition of the security object from the links is not consistent between the yaml and JSON versions.
https://github.com/wmo-im/wis2-notification-message/blob/822e61934f409dda6269eea8c150fdf4b87d947a/schemas/notificationMessageGeoJSON.yaml#L149-L151
is not consistent with:
from: https://[schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json](https://schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json)