IRISLIB database
Spec Class Reference

This superclass is used as a known entry point for OpenAPI REST API Models. More...

Inheritance diagram for Spec:

Static Public Attributes

 Strict = None
 This superclass is used as a known entry point for OpenAPI REST API Models. More...
 
 XDataName = None
 The name of the XData block which contains the OpenAPI 2.0 specification.
 

Detailed Description

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.

Member Data Documentation

◆ Strict

Strict = None
static

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.

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.