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"