Home | History | Annotate | Download | only in json_schema_compiler

Lines Matching defs:PropertyType

165   - |property_type| the PropertyType of this Type
194 self.property_type = PropertyType.ARRAY
198 self.property_type = PropertyType.REF
201 self.property_type = PropertyType.ENUM
205 self.property_type = PropertyType.ANY
207 self.property_type = PropertyType.BINARY
209 self.property_type = PropertyType.BOOLEAN
211 self.property_type = PropertyType.INTEGER
214 self.property_type = PropertyType.DOUBLE
216 self.property_type = PropertyType.STRING
218 self.property_type = PropertyType.CHOICES
242 self.property_type = PropertyType.OBJECT
253 self.property_type = PropertyType.FUNCTION
460 class PropertyType(object):