Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions schemas/2021-08-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,16 @@
"maxLength": 80,
"description": "Content type identifier."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ContentTypeContractProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"resources": {
"type": "array",
"items": {
Expand All @@ -1109,6 +1119,7 @@
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/contentTypes"
Expand All @@ -1128,6 +1139,21 @@
"maxLength": 80,
"description": "Content item identifier."
},
"properties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"type": "string",
"enum": [
Expand All @@ -1138,6 +1164,7 @@
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/contentTypes/contentItems"
Expand Down Expand Up @@ -3962,6 +3989,32 @@
],
"description": "SSL certificate information."
},
"ContentTypeContractProperties": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "Content type description."
},
"id": {
"type": "string",
"description": "Content type identifier"
},
"name": {
"type": "string",
"description": "Content type name. Must be 1 to 250 characters long."
},
"schema": {
"type": "object",
"properties": {},
"description": "Content type schema."
},
"version": {
"type": "string",
"description": "Content type version."
}
}
},
"DataMasking": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -6563,6 +6616,16 @@
"maxLength": 80,
"description": "Content type identifier."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ContentTypeContractProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"type": "string",
"enum": [
Expand All @@ -6573,6 +6636,7 @@
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/contentTypes"
Expand All @@ -6592,6 +6656,21 @@
"maxLength": 80,
"description": "Content item identifier."
},
"properties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"type": "string",
"enum": [
Expand All @@ -6602,6 +6681,7 @@
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/contentTypes/contentItems"
Expand Down