{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RebuildPhonesPostRequest", "title": "RebuildPhonesPostRequest", "type": "object", "required": [ "locationId" ], "properties": { "locationId": { "type": "string", "description": "Unique identifier of the location." } } }