From 79f8d107846bb8224c3bc36e15c5e62bc7916115 Mon Sep 17 00:00:00 2001 From: StarProxima Date: Tue, 14 Nov 2023 14:53:53 +0300 Subject: [PATCH] Fixes --- swagger_parser/README.md | 5 +---- swagger_parser/example/swagger_parser.yaml | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/swagger_parser/README.md b/swagger_parser/README.md index bd7b1e4e..9f2f775d 100644 --- a/swagger_parser/README.md +++ b/swagger_parser/README.md @@ -52,10 +52,7 @@ swagger_parser: # Sets the OpenApi schema path directory for api definition. schema_path: schemas/openapi.json - # Sets the url of the OpenApi schema - schema_url: https://petstore.swagger.io/v2/swagger.json - - # Sets the url of the OpenApi schema + # Sets the url of the OpenApi schema. schema_url: https://petstore.swagger.io/v2/swagger.json # Required. Sets output directory for generated files (Clients and DTOs). diff --git a/swagger_parser/example/swagger_parser.yaml b/swagger_parser/example/swagger_parser.yaml index 04c98370..0379c7d1 100644 --- a/swagger_parser/example/swagger_parser.yaml +++ b/swagger_parser/example/swagger_parser.yaml @@ -3,10 +3,7 @@ swagger_parser: # Sets the OpenApi schema path directory for api definition. # schema_path: schemas/openapi.json - # Sets the url of the OpenApi schema - # schema_url: https://petstore.swagger.io/v2/swagger.json - - # Sets the url of the OpenApi schema + # Sets the url of the OpenApi schema. # schema_url: https://petstore.swagger.io/v2/swagger.json # Required. Sets output directory for generated files (Clients and DTOs). @@ -30,7 +27,6 @@ swagger_parser: # Optional (dart only). Set root client name root_client_name: RestClient - # Optional. Set API name for folder and export file. # Optional. Set default content-type for all requests. default_content_type: "application/json"