This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Parses a JSON Schema file for API metadata
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag - Containing Type
- NSwagRunner
Syntax
public JsonSchemaSource FromJsonSchema(FilePath definitionFilePath)
Parameters
Name | Type | Description |
---|---|---|
definitionFilePath | FilePath | Path to the JSON Schema file |
Return Value
Type | Description |
---|---|
JsonSchemaSource | A metadata source for the given schema |