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
@@ -378,6 +377,7 @@ A single server would be described as:
378
377
url: https://development.gigantic-server.com/v1
379
378
description: Development server
380
379
x-___location: California, USA
380
+
x-maturity: production
381
381
```
382
382
383
383
The following shows how multiple servers can be described, for example, at the OpenAPI Object's [`servers`](#oasServers):
@@ -1777,7 +1777,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
1777
1777
##### smartAPI Fields
1778
1778
Field Name | Type | Description
1779
1779
---|:---:|---
1780
-
<a name="responseContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | A map containing descriptions of potential response payloads. The key is the media type and the value is used to describe it.The media type definitions should be in compliance with <a href="http://tools.ietf.org/html/rfc6838">RFC6838</a>.
1780
+
<a name="responseContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | **SHOULD** Use media type definitions listed at <a href="https://www.iana.org/assignments/media-types/media-types.xhtml">RFC6838</a>.
1781
1781
<a name="responseProfile"></a>x-responseSchema| `URI` | Conformance to a particular schema/format.
1782
1782
<a name="responseDataType"></a>x-responseValueType | [`responseValueType object`] | To specify the types of objects in the response. The responseValueType object consists of a required `x-valueType` that should provide URI values to the type of object, and an optional `x-path` to specify to ___location in the response for that valueType.
0 commit comments