Package coprs :: Package rest_api :: Module schemas :: Class BuildCreateSchema
[hide private]
[frames] | no frames]

SchemaMeta BuildCreateSchema

source code

Known Subclasses:

Nested Classes [hide private]

Inherited from marshmallow.schema.BaseSchema: Meta, OPTIONS_CLASS

Instance Methods [hide private]

Inherited from marshmallow.schema.BaseSchema: __init__, __repr__, dump, dumps, get_attribute, handle_error, load, loads, on_bind_field, validate

Inherited from marshmallow.schema.BaseSchema (private): _do_load, _invoke_dump_processors, _invoke_field_validators, _invoke_load_processors, _invoke_processors, _invoke_validators, _normalize_nested_options, _postprocess, _update_fields

Class Methods [hide private]

Inherited from marshmallow.schema.BaseSchema: accessor, error_handler

Class Variables [hide private]
  project_id = fields.Int(required= True)
  chroots = fields.List(fields.Str())
  enable_net = fields.Bool()
  state = fields.Str(dump_only= True)
  _declared_fields = {'built_packages': <fields.BuiltPackages(de...
  opts = <marshmallow.schema.SchemaOpts object at 0x3fffada11d50>

Inherited from BuildSchema: built_packages, id, package_name, package_version, repos, source_metadata, source_type, submitted_on, submitter

Inherited from marshmallow.schema.Schema: __processors__

Inherited from marshmallow.schema.BaseSchema: TYPE_MAPPING, __accessor__, __error_handler__

Properties [hide private]

Inherited from marshmallow.schema.BaseSchema: dict_class, set_class

Class Variable Details [hide private]

_declared_fields

Value:
{'built_packages': <fields.BuiltPackages(default=<marshmallow.missing>\
, attribute=None, validate=None, required=False, load_only=False, dump\
_only=True, missing=<marshmallow.missing>, allow_none=False, error_mes\
sages={u'required': u'Missing data for required field.', u'validator_f\
ailed': u'Invalid value.', u'null': u'Field may not be null.', u'type'\
: u'Invalid input type.'})>,
 'chroots': <fields.List(default=<marshmallow.missing>, attribute=None\
, validate=None, required=False, load_only=False, dump_only=False, mis\
...