docs: add more documentation

This commit is contained in:
Stevan Freeborn
2023-04-13 17:22:28 -05:00
parent 5d3fdf3944
commit 15a9f467c0
12 changed files with 132 additions and 14 deletions
@@ -65,7 +65,7 @@ These are objects representing a field value in a record. They will comprise the
---
- TimeSpan
- A [Time Span](#time-span-value) value.
- A [Time Span](#time-span-field-value) value.
- `object`
---
@@ -95,13 +95,13 @@ These are objects representing a field value in a record. They will comprise the
---
- AttachmentList
- A list of [Attachment](#attachment-value) values.
- A list of [Attachment](#attachment-field-value) values.
- `object[]`
---
- ScoringGroupList
- A list of [Scoring Group](#scoring-group-value) values.
- A list of [Scoring Group](#scoring-group-field-value) values.
- `object[]`
---
@@ -112,7 +112,7 @@ These are objects representing a field value in a record. They will comprise the
{% /table %}
### Time Span Value {% #time-span-value %}
### Time Span Field Value {% #time-field-span-value %}
{% table .propertiesTable %}
@@ -152,7 +152,7 @@ These are objects representing a field value in a record. They will comprise the
{% /table %}
### Attachment Value {% #attachment-value %}
### Attachment Field Value {% #attachment-field-value %}
{% table .propertiesTable %}
@@ -186,7 +186,7 @@ These are objects representing a field value in a record. They will comprise the
{% /table %}
### Scoring Group Value {% #scoring-group-value %}
### Scoring Group Field Value {% #scoring-group-field-value %}
{% table .propertiesTable %}
@@ -1,5 +1,7 @@
# The Field Value Object
The following snippet contains an example of field value objects for each of the possible field value types.
{% code heading="FIELD VALUES" defaultLanguage="json" %}
```json