Skip to content

Commit

Permalink
Update tap-core-person-schema-create-json-representation.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Nov 6, 2020
1 parent 58ec1ec commit 5632e33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tap-core-person-schema-create-json-representation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ document, for example for message transport purposes.
}
----

Attribute Data Types
--------------------
### Attribute Data Types

All Attribute Data Types defined in the TAP Schema map to JSON strings,
except as follows:

* *boolean*: Maps to JSON `true` or `false`
* *integer*: Maps to JSON _number_
Record Metadata
---------------
### Record Metadata

Metadata attributes that apply to the entire record are defined in a JSON
member of the TS-JSON object, identified by the key `meta`, and consisting of
a JSON object whose key/value pairs are any Record Metadata attribute defined
Expand Down Expand Up @@ -114,8 +114,8 @@ desired metadata attributes.
}
----

Complex Attribute
~~~~~~~~~~~~~~~~~
### Complex Attribute

A _Complex Attribute_ is represented as a JSON object, whose members are
key/value pairs or, if appropriate, sub-objects.

Expand Down

0 comments on commit 5632e33

Please sign in to comment.