You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xapi-profiles-about.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ even if there no requirement in a given area.
239
239
240
240
<aname="json"></a>**JSON**: [JavaScript Object Notation](http://www.json.org). A simple way to represent data structures for computers that humans don't have too hard a time writing or reading. The way Profiles are represented in this specification.
241
241
242
-
<aname="jsonschema"></a>**JSON Schema**: [JSON Schema](http://json-schema.org) are a way to describe and constrain the form of JSON documents.
242
+
<aname="jsonschema"></a>**JSON Schema**: [JSON Schema](http://json-schema.org) are a way to describe and constrain the form of JSON documents. This specification adheres to [Draft-07](https://json-schema.org/specification-links.html#draft-7) version of the JSON Schema specification.
243
243
244
244
<aname="jsonld"></a>**JSON-LD**: [JSON-LD](https://json-ld.org) turns JSON into Linked Data, making it easy to use with Linked Data tools and integrate with other datasets.
`schema` | IRI | the IRI for accessing a JSON Schema for this extension. The JSON Schema can be used to constrain the extension to a single type. | Optional
273
273
`inlineSchema` | Object | An alternate way to include a JSON Schema, as a string. | Optional
274
274
275
-
Profiles MUST use at most one of `schema` and `inlineSchema` for Extensions.
275
+
Profiles MUST use at most one of `schema` and `inlineSchema` for Extensions. JSON Schema expressions SHOULD adhere to the [Draft-07](https://json-schema.org/specification-links.html#draft-7) version of the JSON Schema specification.
276
276
277
277
Statements including extensions defined in a Profile MUST:
`schema` | IRI | the IRI for accessing a JSON Schema for this document resource. | Optional
326
326
`inlineSchema` | String | An alternate way to include a JSON Schema, as a string. | Optional
327
327
328
-
Profiles MUST use at most one of `schema` and `inlineSchema` for Document Resources
328
+
Profiles MUST use at most one of `schema` and `inlineSchema` for Document Resources. JSON Schema expressions SHOULD adhere to the [Draft-07](https://json-schema.org/specification-links.html#draft-7) version of the JSON Schema specification.
329
329
330
330
Learning Record Store Clients sending Document Resources
331
331
* MUST use the `id` as the `stateId` or `profileId` (as appropriate) when interacting with the corresponding resource.
0 commit comments