SpecSchema
class SpecSchema implements JsonSerializable (View source)
Properties
| protected string | $type | ||
| protected string | $format | ||
| protected string[]|null | $enum | 
Methods
                    __construct(string $type = null, string $format = null, $enum = null)
        
                                            
                
            No description
                    string|null
                
                
                    getType()
        
                                            
                
            No description
                    string|null
                
                
                    getFormat()
        
                                            
                
            No description
                    jsonSerialize()
        
                                            
                
            No description
Details
        
                            
    __construct(string $type = null, string $format = null, $enum = null)
        
    
    No description
        
                            string|null
    getType()
        
    
    No description
        
                            string|null
    getFormat()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description