Returns only the latest schema as a single object

GET /api/transmitter-params-schemas/latest/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2,
    "date_created": "2026-08-29T04:59:09.226910Z",
    "schema": {
        "$schema": "http://json-schema.org/draft-04/schema",
        "description": "Permissive schema: accepts any JSON value."
    }
}