Skip to main content
Version: 6 - Palatschinke

Schema

class flow_api.schema.Schema(select=None, init=None, by=name, **kwargs)

Base class: Resource

A schema object can be used to validate data

A schema can be created with system.schema('schemaname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Schema

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = schema

Methods