def __init__(self, Structure, Scopes): node.__init__( self, Structure, Scopes, parseYML(u""" properties: props: type: object patternProperties: '^([A-z0-9_-])+$': {} class: enum: [master] default: master """))
def __init__(self, Structure, Scopes): node.__init__( self, Structure, Scopes, parseYML(u""" properties: allOf: - $ref: '#/definitions/providable' - type: object properties: class: enum: [app] default: app props: type: object patternProperties: '^([A-z0-9_-])+$': {} """))
def __init__(self, Structure, Scopes): node.__init__(self, Structure, Scopes, getSchemaExtension('crud.resource'))
def __init__(self, Structure, Scopes): node.__init__(self, Structure, Scopes, getSchemaExtension('crud.field'))
def __init__(self, Structure, Scopes): node.__init__(self, Structure, Scopes)
def __init__(self, Structure, Scopes): node.__init__(self, Structure, Scopes, getSchemaExtension(__plugin_name__))
def __init__(self, Structure, Scopes): node.__init__(self, Structure, Scopes, getSchemaExtension('rest.client.element.button'))