{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LocationPUTResponse", "title": "LocationPUTResponse", "type": "object", "properties": { "batchJobId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC84MWU3ODFjOC1kMDI3LTQ1ZjMtODIyZi05OTRiMmYzZTA0MzA", "description": "Admin Batch Job ID returned if a routing prefix change occurs." }, "failureReason": { "type": "string", "example": "UpdateRoutingPrefix batch job not triggered for Location", "description": "Error message if the admin batch job is not triggered if a routing prefix change occurs." } } }