Route object used in responses.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/siteRoute_Full", "title": "siteRoute_Full", "description": "Route object used in responses.", "allOf": [ { "type": "object", "properties": { "id": { "type": "integer", "description": "Unique ID for this route. Required when updating an existing route." } } }, { "$ref": "#/components/schemas/siteRoute_Base" } ], "x-internal": false }