...
mod-organizations-storage/address.raml
attribute | description | example | format |
---|
id | UUID
| "588b5c42-8634-4af7-bc9b-5e0116ed96b6"
| string |
addressLine1 | The first line of this address
| "10 Estes Street"
| string |
addressLine2 | The second line of this address
|
| string |
city | The city for this address
| "Ipswich"
| string |
stateRegion | The state or region for this address
| "MA"
| string |
zipCode | The zip code for this address
| "01938"
| string |
country | The country for this address
| "USA" | string |
isPrimary | Used to set this address as primary for the contact
|
| boolean |
categories |
|
|
|
language | The language for this organization address
| "en-us" | string |
metadata |
| {
"createdDate": "2019-06-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
}
|
|
mod-organizations-storage/category.raml
attribute | description | example | format |
---|
id | The unique id of this category
|
"08e0eb27-b57f-4638-a703-9a2c57bd8708"
| string |
value | The value of this category
| "Accounting" | string |
metadata |
| {
"createdDate": "2018-05-19T00:00:00.000+0000",
"createdByUserId": "28d1057c-d137-11e8-a8d5-f2801f1b9fd1"
}
| "object",
"$ref": "../../../raml-util/schemas/metadata.schema",
|
mod-organizations-storage/url.raml
attribute | description | example | format |
---|
id | The unique id of this url
| "588b5c42-8634-4af7-bc9b-5e0116ed96b6"
| string |
value | The value for this URL
| "http://folio.org"
| string |
description | The description for this URL
| "" | string |
language | The language for this organization URL
| "en-us" | string |
isPrimary | Used to set this url as primary for the contact
| true | boolean |
categories | The list of categories for this organization URL
|
| "array",
"items": {
"type": "string"
}
|
notes | The notes for this organization URL
|
| string |
metadata |
| {
"createdDate": "2019-06-08T00:00:00.000+0000",
"createdByUserId": "12d2457c-d137-11e8-a8d5-f2802f1b9fd1"
}
| "object",
"$ref": "../../../raml-util/schemas/metadata.schema"
|