{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/d1_primary-location-hint", "title": "d1_primary-location-hint", "description": "Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.", "enum": [ "wnam", "enam", "weur", "eeur", "apac", "oc" ], "example": "wnam", "type": "string" }