Enum OpenApiCommon.OaSchemaLevelCodes
How much schema should be included in the output.
Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaSchemaLevelCodes : int
Fields
Name | Description |
---|---|
Detailed | Resources inlcude elements. |
Names | Resources are named, but are defined as 'objects'. |
None | No schema - just use 'objects'. |