| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 


| Public Member Functions | |
| __init__ (self, name) | |
| load (self, property_json, processor, context) | |
|  Public Member Functions inherited from Stringify | |
| __repr__ (self) | |
| Data Fields | |
| description | |
| name | |
| required | |
| required_fields | |
| type | |
| Static Public Attributes | |
| list | required_fields = ['type'] | 
Model of a Swagger property. See https://github.com/wordnik/swagger-core/wiki/datatypes
Definition at line 471 of file swagger_model.py.
| __init__ | ( | self, | |
| name | |||
| ) | 
Definition at line 479 of file swagger_model.py.
| load | ( | self, | |
| property_json, | |||
| processor, | |||
| context | |||
| ) | 
Definition at line 485 of file swagger_model.py.
Referenced by ApiDeclaration.load_file(), and ResourceListing.load_file().
| description | 
Definition at line 482 of file swagger_model.py.
| name | 
Definition at line 480 of file swagger_model.py.
Referenced by PathSegment.get_child(), and SwaggerType.load().
| required | 
Definition at line 483 of file swagger_model.py.
| 
 | static | 
Definition at line 477 of file swagger_model.py.
| required_fields | 
Definition at line 486 of file swagger_model.py.
| type | 
Definition at line 481 of file swagger_model.py.