Skip to content

Commit 7446e7b

Browse files
baywetmikekistler
andauthored
Apply suggestions from code review
Co-authored-by: Mike Kistler <[email protected]>
1 parent d3b96de commit 7446e7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_includes/format-entry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## {{ page.slug }} - {{ page.description }}
44

5-
JSON Data Type: `{{ page.base_type | join:', ' }}`.
5+
Instance Type: `{{ page.base_type | join:', ' }}`.
66

77
{{ include.summary }}
88

registry/format.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
2121

2222
## Values
2323

24-
|Value|Description|JSON Data Type|Source|Deprecated|
24+
For the purpose of [JSON Schema validation](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-7.1), each format should specify the set of instance types (primitive JSON types) for which it applies. In this registry, these types are shown in the "Instance Type" column.
25+
26+
|Value|Description|Instance Type|Source|Deprecated|
2527
|---|---|----|---|---|----|
2628
{% for value in site.format %}| <a href="./{{ value.slug }}.html">{{ value.slug }}</a> | {{ value.description }} | {{ value.base_type | join: ', ' }} | {% if value.source %}<a href="{{ value.source }}">{% if value.source_label %}{{value.source_label}}{% else %}Open{% endif %}</a>{% endif %} | {% if value.deprecated_note %}Yes{% else %}No{% endif %} |
2729
{% endfor %}

0 commit comments

Comments
 (0)