Lines Matching refs:schema
32 the _process_execute method and defining their own input and test schema.
40 schema = None
67 assert self.schema != None, \
68 'A input schema is required for this backend'
70 'A test schema is required for this backend'
221 Return the input schema defined for this backend.
223 @return: the input schema as string
226 return str(self.schema)
231 Return the test schema defined for this backend.
233 @return: the test schema as string
242 are all the properties defined by the input schema.
248 for field in self.schema.fields():