$id: https://schema.beckn.io/Address/v2.0 $schema: https://json-schema.org/draft/2020-12/schema description: '**Postal address** aligned with schema.org `PostalAddress`. Use for human-readable addresses. Geometry lives in `Location.geo` as GeoJSON.' title: Address type: object properties: addressCountry: description: Country name or ISO-3166-1 alpha-2 code. type: string example: IN addressLocality: description: City/locality. type: string example: Bengaluru addressRegion: description: State/region/province. type: string example: Karnataka extendedAddress: description: Address extension (apt/suite/floor, C/O). type: string example: Apt 4B postalCode: description: Postal/ZIP code. type: string example: '560001' streetAddress: description: Street address (building name/number and street). type: string example: 123 Tech Street additionalProperties: false x-tags: - common