Verifone · Schema

AddressWithoutType

An Address following the convention of http://microformats.org/wiki/hcard

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

order-service-api-addresswithouttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-addresswithouttype.json",
  "title": "AddressWithoutType",
  "description": "An Address following the convention of http://microformats.org/wiki/hcard",
  "type": "object",
  "required": [
    "addressLine1",
    "city",
    "postCode",
    "country"
  ],
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseAddressWithoutType"
    }
  ]
}