diff --git a/README.md b/README.md index a9d22fb..5898353 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ OpenAPI

OpenAPI

-

A set of packages and tools for working with OpenAPI Specification documents.
Used directly in Speakeasy's product to power our SDK Generator and Contract Testing tools. +

A set of packages and tools for working with OpenAPI Specification documents.
Used directly in Speakeasy's product to power our SDK Generation and Gram products.

- + OpenAPI Hub OpenAPI Support @@ -53,9 +53,9 @@ Go Install
- + Built by Speakeasy - Software License + Software License

@@ -155,4 +155,3 @@ This repository is maintained by Speakeasy, but we welcome and encourage contrib All contributions, whether they're bug reports, feature requests, or code changes, help make this project better for everyone. Please ensure your contributions adhere to our coding standards and include appropriate tests where applicable. - diff --git a/arazzo/README.md b/arazzo/README.md index 03014a9..5a5efba 100644 --- a/arazzo/README.md +++ b/arazzo/README.md @@ -6,8 +6,10 @@

An API for working with Arazzo documents including: read, walk, create, mutate, and validate

- - + + Arazzo reference + + Built by Speakeasy Release Go Doc
diff --git a/openapi/README.md b/openapi/README.md index 415b9eb..f23c8f8 100644 --- a/openapi/README.md +++ b/openapi/README.md @@ -6,8 +6,10 @@

An API for working with OpenAPI documents including: read, walk, create, mutate, validate, and upgrade

- - + + OpenAPI Hub + + Built by Speakeasy Release Go Doc
@@ -618,7 +620,7 @@ if err := openapi.Marshal(ctx, doc, buf); err != nil { fmt.Printf("Document with components:\n%s", buf.String()) ``` -## Inline all references in a JSON Schema, +## Inline all references in a JSON Schema creating a self-contained schema that doesn't depend on external definitions. @@ -773,4 +775,4 @@ This repository is maintained by Speakeasy, but we welcome and encourage contrib All contributions, whether they're bug reports, feature requests, or code changes, help make this project better for everyone. -Please ensure your contributions adhere to our coding standards and include appropriate tests where applicable. \ No newline at end of file +Please ensure your contributions adhere to our coding standards and include appropriate tests where applicable. diff --git a/openapi/openapi_examples_test.go b/openapi/openapi_examples_test.go index ca01cbc..a151146 100644 --- a/openapi/openapi_examples_test.go +++ b/openapi/openapi_examples_test.go @@ -738,7 +738,7 @@ func Example_workingWithComponents() { // type: integer } -// Example_inliningSchema demonstrates how to inline all references in a JSON Schema, +// Example_inliningSchema demonstrates how to inline all references in a JSON Schema // creating a self-contained schema that doesn't depend on external definitions. func Example_inliningSchema() { ctx := context.Background() diff --git a/overlay/README.md b/overlay/README.md index e1af147..d482c98 100644 --- a/overlay/README.md +++ b/overlay/README.md @@ -6,7 +6,10 @@

An implementation of the OpenAPI Overlay Specification for applying modifications to OpenAPI documents

- + + Overlay reference + + Built by Speakeasy Release Go Doc