open-orchestra/open-orchestra-model-bundle

View on GitHub
ModelBundle/Resources/config/validation/site.yml

Summary

Maintainability
Test Coverage
OpenOrchestra\ModelBundle\Document\Site:
    constraints:
        - OpenOrchestra\ModelBundle\Validator\Constraints\UniqueSiteId: ~
    properties:
        siteId:
            - NotBlank: ~
            - OpenOrchestra\ModelBundle\Validator\Constraints\IdAuthorizedCharacter: ~
        name:
            - NotBlank: ~
        deleted:
            - Type:
                type: bool
        aliases:
            - Valid: ~
            - Count:
                min: 1