parent
97dceb5623
commit
092ce0f9d8
|
@ -15,7 +15,7 @@ from lemur.schemas import AssociatedCertificateSchema
|
||||||
class DomainInputSchema(LemurInputSchema):
|
class DomainInputSchema(LemurInputSchema):
|
||||||
id = fields.Integer()
|
id = fields.Integer()
|
||||||
name = fields.String(required=True)
|
name = fields.String(required=True)
|
||||||
sensitive = fields.Boolean()
|
sensitive = fields.Boolean(missing=False)
|
||||||
certificates = fields.Nested(AssociatedCertificateSchema, many=True, missing=[])
|
certificates = fields.Nested(AssociatedCertificateSchema, many=True, missing=[])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue