OpenAPI-Specification icon indicating copy to clipboard operation
OpenAPI-Specification copied to clipboard

The OpenAPI Specification Repository

Results 476 OpenAPI-Specification issues
Sort by recently updated
recently updated
newest added

Let's say I have: ```yaml requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: address: type: object properties: {} encoding: address: contentType: "application/json" # This is the default style: form # This...

review
media and encoding

For URL valued properties the specification defines that relative URLs must be resolved against the server-url. However, how relative URLs in descriptions are to be resolved is not defined. I...

metadata
re-use: ref/id resolution

### Discussed in https://github.com/OAI/OpenAPI-Specification/discussions/3532 Originally posted by **kentbulza** January 28, 2024 This seems like an obvious gap to me, but I want to see what were the philosophical reasons for...

metadata

### Discussed in https://github.com/OAI/OpenAPI-Specification/discussions/2439 Originally posted by **ryankinderman** January 11, 2021 I've been working on some functionality that uses the JSON schema to help validate OpenAPI schemas, and recently noticed...

bug
Schema

Copy text improvements from 3.1.1 to 3.0.4

editorial

## Weekly meetings happen on Thursdays at 9am - 10am Pacific This agenda gives visibility into discussion topics for the weekly Technical Developer Community (TDC) meetings. Sharing agenda items in...

Housekeeping

We need to handle the changes to anchor links and headings (see #3548 for context). We also have #3596 to add tooling, which I will work on after we've done...

editorial

in many places of the 3.2 it is using the Link https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-4.2.1 However the status of the document is set as Document type | Expired Internet-Draft (individual) with a newer...

schema-object
editorial

## Weekly meetings happen on Thursdays at 9am - 10am Pacific This agenda gives visibility into discussion topics for the weekly Technical Developer Community (TDC) meetings. Sharing agenda items in...

Housekeeping

_[**NOTE**: Please prioritize the open 3.0.4 and 3.1.1 PRs]_ This adds a proposal for bundling both OAS (including full 3.1 support) and Arazzo using YAML native streams or any of...

draft:proposal