Skip to content

Commit 60d7ecd

Browse files
committed
fix: reverts to JSON data type to align with spec
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 7446e7b commit 60d7ecd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/format-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
{{ include.summary }}
88

registry/format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
2121

2222
## Values
2323

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.
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 JSON data types for which it applies. In this registry, these types are shown in the "JSON data type" column.
2525

26-
|Value|Description|Instance Type|Source|Deprecated|
26+
|Value|Description|JSON data Type|Source|Deprecated|
2727
|---|---|----|---|---|----|
2828
{% 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 %} |
2929
{% endfor %}

0 commit comments

Comments
 (0)