Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mod-organizations-storage/email.raml

attributedescriptionexampleformat



string                  


mod-organizations-storage/phone_number.raml

attributedescriptionexampleformat
id
UUID

string                  
phoneNumber
The entire sequence of digits for this phone number
19789999999
string
categories
The list of categories for this organization phone
[
        "0e3f9680-ab06-4565-af64-609b7364e6eb",
        "996ecd31-7ca4-4d8d-9bbf-bc94dff5f6c6"
     ]
"array",
      "items": {
        "type": "string"
      }
type
The type of this phone number
Office
"string",
       "enum": [
         "Office",
         "Mobile",
         "Fax",
         "Other"
      ]
isPrimary
Used to set this phone number as primary for the contact
trueboolean
language
The language for this organization phone
en-us
string
metadata

"object",
      "$ref": "../../../raml-util/schemas/metadata.schema"