OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Add required field for operation parameters #25 #32

Closed congysu closed 6 years ago

congysu commented 8 years ago

This is a follow-up of, and to merge PR #26. For operations bound to an entity or an entity collection, operation imports.

Field Name Type required boolean Determines whether this parameter is mandatory. If the parameter is in "path", this property is required and its value MUST be true. Otherwise, the property MAY be included and its default value is false. https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#parameterObject

congysu commented 8 years ago

@haxard @OData/odata-team please review the follow-up of PR #26.