From 4ee0980cee7a035279e1d91624f7b1ffe46ecf2d Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Fri, 6 Nov 2020 12:30:48 -0600 Subject: [PATCH] Update tap-core-person-schema-create-json-representation.adoc --- tap-core-person-schema-create-json-representation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-core-person-schema-create-json-representation.adoc b/tap-core-person-schema-create-json-representation.adoc index abeb09c..7a15619 100644 --- a/tap-core-person-schema-create-json-representation.adoc +++ b/tap-core-person-schema-create-json-representation.adoc @@ -12,7 +12,7 @@ The TAP Schema JSON Representation describes how to represent TAP attributes in JSON. For compactness, this document uses the term "TS-JSON" to refer to the JSON Representation of the TAP Schema. -TS-JSON is represented as a JSON object, that is a pair of curly braces +TS-JSON is represented as a valid JSON object, that is a pair of curly braces surrounding zero or more JSON members. It is possible for (and perhaps even expected that) a TS-JSON object to itself be embedded in a broader JSON document, for example for message transport purposes.