File tree 1 file changed +80
-0
lines changed 1 file changed +80
-0
lines changed Original file line number Diff line number Diff line change 1089
1089
"maxLength" : 80 ,
1090
1090
"description" : " Content type identifier."
1091
1091
},
1092
+ "properties" : {
1093
+ "oneOf" : [
1094
+ {
1095
+ "$ref" : " #/definitions/ContentTypeContractProperties"
1096
+ },
1097
+ {
1098
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1099
+ }
1100
+ ]
1101
+ },
1092
1102
"resources" : {
1093
1103
"type" : " array" ,
1094
1104
"items" : {
1109
1119
"required" : [
1110
1120
" apiVersion" ,
1111
1121
" name" ,
1122
+ " properties" ,
1112
1123
" type"
1113
1124
],
1114
1125
"description" : " Microsoft.ApiManagement/service/contentTypes"
1128
1139
"maxLength" : 80 ,
1129
1140
"description" : " Content item identifier."
1130
1141
},
1142
+ "properties" : {
1143
+ "oneOf" : [
1144
+ {
1145
+ "type" : " object" ,
1146
+ "additionalProperties" : {
1147
+ "type" : " object" ,
1148
+ "properties" : {}
1149
+ },
1150
+ "properties" : {}
1151
+ },
1152
+ {
1153
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1154
+ }
1155
+ ]
1156
+ },
1131
1157
"type" : {
1132
1158
"type" : " string" ,
1133
1159
"enum" : [
1138
1164
"required" : [
1139
1165
" apiVersion" ,
1140
1166
" name" ,
1167
+ " properties" ,
1141
1168
" type"
1142
1169
],
1143
1170
"description" : " Microsoft.ApiManagement/service/contentTypes/contentItems"
3962
3989
],
3963
3990
"description" : " SSL certificate information."
3964
3991
},
3992
+ "ContentTypeContractProperties" : {
3993
+ "type" : " object" ,
3994
+ "properties" : {
3995
+ "description" : {
3996
+ "type" : " string" ,
3997
+ "description" : " Content type description."
3998
+ },
3999
+ "id" : {
4000
+ "type" : " string" ,
4001
+ "description" : " Content type identifier"
4002
+ },
4003
+ "name" : {
4004
+ "type" : " string" ,
4005
+ "description" : " Content type name. Must be 1 to 250 characters long."
4006
+ },
4007
+ "schema" : {
4008
+ "type" : " object" ,
4009
+ "properties" : {},
4010
+ "description" : " Content type schema."
4011
+ },
4012
+ "version" : {
4013
+ "type" : " string" ,
4014
+ "description" : " Content type version."
4015
+ }
4016
+ }
4017
+ },
3965
4018
"DataMasking" : {
3966
4019
"type" : " object" ,
3967
4020
"properties" : {
6563
6616
"maxLength" : 80 ,
6564
6617
"description" : " Content type identifier."
6565
6618
},
6619
+ "properties" : {
6620
+ "oneOf" : [
6621
+ {
6622
+ "$ref" : " #/definitions/ContentTypeContractProperties"
6623
+ },
6624
+ {
6625
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6626
+ }
6627
+ ]
6628
+ },
6566
6629
"type" : {
6567
6630
"type" : " string" ,
6568
6631
"enum" : [
6573
6636
"required" : [
6574
6637
" apiVersion" ,
6575
6638
" name" ,
6639
+ " properties" ,
6576
6640
" type"
6577
6641
],
6578
6642
"description" : " Microsoft.ApiManagement/service/contentTypes"
6592
6656
"maxLength" : 80 ,
6593
6657
"description" : " Content item identifier."
6594
6658
},
6659
+ "properties" : {
6660
+ "oneOf" : [
6661
+ {
6662
+ "type" : " object" ,
6663
+ "additionalProperties" : {
6664
+ "type" : " object" ,
6665
+ "properties" : {}
6666
+ },
6667
+ "properties" : {}
6668
+ },
6669
+ {
6670
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6671
+ }
6672
+ ]
6673
+ },
6595
6674
"type" : {
6596
6675
"type" : " string" ,
6597
6676
"enum" : [
6602
6681
"required" : [
6603
6682
" apiVersion" ,
6604
6683
" name" ,
6684
+ " properties" ,
6605
6685
" type"
6606
6686
],
6607
6687
"description" : " Microsoft.ApiManagement/service/contentTypes/contentItems"
You can’t perform that action at this time.
0 commit comments