mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	All of the links that reference page anchors with capital letters in
the ids (#Something) have been changed to lower case to match the
anchors that are generated by mkdocs.
(cherry picked from commit c06f938851)
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			704 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			704 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
title: Asterisk REST Data Models
 | 
						|
---
 | 
						|
# Asterisk REST Data Models
 | 
						|
{{#apis}}
 | 
						|
{{#api_declaration}}
 | 
						|
{{#models}}
 | 
						|
## {{id}}
 | 
						|
{{#extends}}Base type: [{{extends}}](#{{extends_lc}}){{/extends}}
 | 
						|
{{#has_subtypes}}Subtypes:{{#all_subtypes}} [{{id}}](#{{id_lc}}){{/all_subtypes}}{{/has_subtypes}}
 | 
						|
### Model
 | 
						|
``` javascript title="{{id}}" linenums="1"
 | 
						|
{{{model_json}}}
 | 
						|
```
 | 
						|
### Properties
 | 
						|
{{#properties}}
 | 
						|
* {{name}}: {{#type}}{{#is_primitive}}{{wiki_name}}{{/is_primitive}}{{^is_primitive}}[{{wiki_name}}|#{{singular_name}}]{{/is_primitive}}{{/type}}{{^required}} _(optional)_{{/required}}{{#wiki_description}} - {{{wiki_description}}}{{/wiki_description}}
 | 
						|
{{/properties}}
 | 
						|
 | 
						|
{{/models}}
 | 
						|
{{/api_declaration}}
 | 
						|
{{/apis}}
 |