Enum OpenApiCommon.OaSchemaStyleCodes
Values that represent how schemas should be built.
Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaSchemaStyleCodes : int
Fields
| Name | Description |
|---|---|
| Inline | Schemas are all inlined. |
| References | Schemas use references. |