%REST.Spec
abstract class %REST.Spec
This superclass is used as a known entry point for OpenAPI REST API Models. Subclasses of this class should override the XData OpenAPI block for storing custom API descriptions.Parameters
parameter Strict = 1;
If Strict=0 (false), then only the swagger properties which are needed for code generation are checked during compile.
If Strict=1 (true), then all swagger properties are checked during compile.
parameter XDataName = OpenAPI;
The name of the XData block which contains the OpenAPI 2.0 specification
Subclasses
- %Api.IAM.v1.spec
- %Api.InteropEditors.v1.spec
- %Api.InteropEditors.v2.spec
- %Api.InteropEditors.v3.spec
- %Api.InteropEditors.v4.spec
- %Api.InteropEditors.v5.spec
- %Api.InteropMetrics.v1.spec
- %Api.Mgmnt.v2.spec
- HS.FHIRServer.Management.REST.v1.spec
- HS.HC.OAuth2.Client.REST.v1.spec
- HS.HC.OAuth2.Server.REST.v1.spec
- HS.HC.Security.API.Credential.V1.spec
- HS.HC.Security.API.OAuthClient.V1.spec