TheThingsNetwork / lorawan-devices

Device Repository for LoRaWAN devices
Apache License 2.0
183 stars 360 forks source link

Dead reference for uplink payload schema domain inside schema.json #759

Closed lonode closed 3 months ago

lonode commented 3 months ago

Summary

Inside schema.json, upLinkPayload JSON Schema is not available, it points to a down domain : https://schema.thethings.network/devicerepository/1/payload/schema#/definitions/uplinkPayload

What do you want to see instead?

A valid schema.

How do you propose to implement this?

A "payload" schema is available inside the repo and located in lib/payload.json, is it the relevant schema ? It should be the one linked to.

johanstokking commented 3 months ago

@lonode the schema is not hosted, it is just a schema ID. You can find the latest version as schema.json in the repository root.