Skip to content
Prev Previous commit
Next Next commit
Swagger Lint
  • Loading branch information
Jonathan Serbent committed Sep 24, 2024
commit 7a70e3b9625c8d191760a1a085ce0771cb79df38
Original file line number Diff line number Diff line change
Expand Up @@ -9079,6 +9079,7 @@
]
},
"AIServicesAccountKey": {
"type": "object",
"description": "The account key of an Azure AI service resource that's attached to a skillset, to be used with the resource's subdomain.",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.AIServicesByKey",
"allOf": [
Expand All @@ -9102,6 +9103,7 @@
]
},
"AIServicesAccountIdentity": {
"type": "object",
"description": "The multi-region account of an Azure AI service resource that's attached to a skillset.",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.AIServicesByIdentity",
"allOf": [
Expand Down Expand Up @@ -9852,6 +9854,7 @@
"description": "A skill that extracts content from a file within the enrichment pipeline."
},
"DocumentIntelligenceLayoutSkill": {
"type": "object",
"x-ms-discriminator-value": "#Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill",
"allOf": [
{
Expand All @@ -9878,7 +9881,7 @@
"DocumentIntelligenceLayoutSkillOutputMode": {
"type": "string",
"enum": [
"oneToOne"
"oneToMany"
],
"x-ms-enum": {
"name": "DocumentIntelligenceLayoutSkillOutputMode",
Expand Down