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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
OK, isn't that part of the type declaration? The value of body is defined as a map where each key represents the media type and the value is a type declaration. Looking at the available facets for a type declaration; description is part of that.
For me that means description does not have to be declared explicitly inside the body node. Can you clarify that with @petrochenko-pavel-a
@sichvoge I would say that description CAN NOT be defined as direct property of body node (unless we have default mediaType defined). It can be defined as property of particular body:
body:
application/json:
description:
In RAML 1.0 definition system everything is ok as TypeDefinition does have description property.
In RAML 0.8 we must create description property for BodyLike.
Same as #46. You can not define description at this level.
The text was updated successfully, but these errors were encountered: