Card
a Object & Element in JSON
A representation of a person, company, organization, or place
Properties
Key | Description | Type | Validations | Required |
---|---|---|---|---|
fn | Formatted Name | String | no | |
familyName | - | String | yes | |
givenName | - | String | yes | |
additionalName | - | Array<String> | no | |
honorificPrefix | - | Array<String> | no | |
honorificSuffix | - | Array<String> | no | |
nickname | - | String | no | |
url | - | String | no | |
- | Object | no | ||
tel | - | Object | no | |
adr | An Address following the convention of http://microformats.org/wiki/hcard | Address (= Object) | no | |
geo | A geographical coordinate | Geo (= Object) | no | |
tz | - | String | no | |
photo | - | String | no | |
logo | - | String | no | |
sound | - | String | no | |
bday | - | String | no | |
title | - | String | no | |
role | - | String | no | |
org | - | Object | no |
JSON Example
{
"fn" : "string",
"familyName" : "string",
"givenName" : "string",
"additionalName" : [
null
],
"honorificPrefix" : [
null
],
"honorificSuffix" : [
null
],
"nickname" : "string",
"url" : "string",
"email" : {
"type" : "string",
"value" : "string"
},
"tel" : {
"type" : "string",
"value" : "string"
},
"adr" : {
"post-office-box" : "string",
"extended-address" : "string",
"street-address" : "string",
"locality" : "string",
"region" : "string",
"postal-code" : "string",
"country-name" : "string"
},
"geo" : {
"latitude" : 0,
"longitude" : 0
},
"tz" : "string",
"photo" : "string",
"logo" : "string",
"sound" : "string",
"bday" : "string",
"title" : "string",
"role" : "string",
"org" : {
"organizationName" : "string",
"organizationUnit" : "string"
}
}
Meta
- URI / COID
- coid://json.co-n.net/Card content_copy
- Revision
- 2-9e05af3b5009ea5c6549dcc65c6745ee content_copy
- Short ID
- json:Card content_copy
- Reference URL
- https://coid.link/json.co-n.net/Card content_copy
- Last updated
- 2020-11-02 19:56 (UTC)
- Created at
- 2020-11-02 19:42 (UTC)
Objects in this namespace
- JSON
- Address
- Array
- Boolean
- Calendar
- Card
- Element
- ElementWithSchema
- Geo
- Integer
- Null
- Number
- Object
- Problem
- Reference
- SchemaConverter
- SchemaExporter
- SchemaYamlExporter
- String
- allowsValue
- containsItems
- hasDefaultValue
- hasFormat
- hasKey
- hasMaxItems
- hasMaxLength
- hasMaximum
- hasMinItems
- hasMinLength
- hasMinimum
- hasPattern
- hasProperty
- hasSchema
- isAllOf
- isAnyOf
- isMaximumExclusive
- isMinimumExclusive
- isMultipleOf
- isOneOf
- isRequired