Bases: wsme.types.UserType
A simple boolean type.
alias of unicode
Bases: wsme.types.Base
A complex type that represents a single json-patch operation.
Returns a list of internal attributes.
Internal attributes can’t be added, replaced or removed. This method may be overwritten by derived class.
Bases: wsme.types.UserType
A simple JSON type.
alias of unicode
Bases: wsme.types.UserType
A complex type that represents one or more types.
Used for validating that a value is an instance of one of the types.
Parameters: | types – Variable-length list of types. |
---|
Bases: wsme.types.UserType
A simple logical name type.
alias of unicode