Skip to content

Commit 8935b7a

Browse files
cleaned up the text on content-type map
1 parent 410c385 commit 8935b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ license:
265265
url: http://www.apache.org/licenses/LICENSE-2.0.html
266266
version: 1.0.1
267267
x-accessRestriction: none
268-
x-maturity: production
269268
x-implementationLanguage: python
270269
```
271270

@@ -378,6 +377,7 @@ A single server would be described as:
378377
url: https://development.gigantic-server.com/v1
379378
description: Development server
380379
x-___location: California, USA
380+
x-maturity: production
381381
```
382382

383383
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
17771777
##### smartAPI Fields
17781778
Field Name | Type | Description
17791779
---|:---:|---
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>.
17811781
<a name="responseProfile"></a>x-responseSchema| `URI` | Conformance to a particular schema/format.
17821782
<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.
17831783
<a name="x-JSONLDContext"></a>x-JSONLDContext | `URI` | JSON LD context.

0 commit comments

Comments
 (0)