List of locations resource
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LocationsBulkResource", "type": "object", "description": "List of locations resource", "properties": { "locations": { "type": "array" } } }