aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/tosca_update/templates.properties
blob: 5da239b1fa329d92b03648635fd2d40f561e8b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#Numeric types
integer=type,description,title,deprecated,default,enum,const,multipleOf,maximum,exclusiveMaximum,minimum,exclusiveMinimum
number=type,description,title,deprecated,default,enum,const,multipleOf,maximum,exclusiveMaximum,minimum,exclusiveMinimum
range=type,description,title,deprecated,default,enum,const,multipleOf,maximum,exclusiveMaximum,minimum,exclusiveMinimum
#
boolean=type,description,title,deprecated,default,enum,const,readOnly,writeOnly
#String types
string=type,description,title,deprecated,default,enum,const,minLength,maxLength,pattern,format
timestamp=type,description,title,deprecated,default,enum,const,minLength,maxLength,pattern,format
scalar-unit.time=type,description,title,deprecated,default,enum,const,minLength,maxLength,pattern,format
scalar-unit.frequency=type,description,title,deprecated,default,enum,const,minLength,maxLength,pattern,format
scalar-unit.size=type,description,title,deprecated,default,enum,const,minLength,maxLength,pattern,format
#Complex types
array=type,description,title,deprecated,default,enum,const,minItems,maxItems,uniqueItems,minContains,maxContains
object=type,description,title,deprecated,default,enum,const,properties,minProperties,maxProperties,required,dependentRequired,dependencies,readOnly,writeOnly