Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions fabric/common/itemReference/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/common/itemReference/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ItemReference": {
"description": "Defines a reference to an item in a workspace.",
"type": "object",
"additionalProperties": false,
"properties": {
"workspaceId": {
"description": "The Id of the workspace",
"$ref": "https://developer.microsoft.com/json-schemas/fabric/common/auxiliaryTypes/1.0.0/schema.json#/definitions/Guid"
},
"itemId": {
"description": "The Id of the item",
"$ref": "https://developer.microsoft.com/json-schemas/fabric/common/auxiliaryTypes/1.0.0/schema.json#/definitions/Guid"
}
},
"required": [ "workspaceId", "itemId" ]
}
}
}
24 changes: 17 additions & 7 deletions teams/v1.21/MicrosoftTeams.Localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
},
"name.short": {
"type": "string",
"maxLength": 30
"maxLength": 30,
"$ref": "#/definitions/nonEmptyString"
},
"name.full": {
"type": "string",
"maxLength": 100
"maxLength": 100,
"$ref": "#/definitions/nonEmptyString"
},
"description.short": {
"type": "string",
"maxLength": 80
"maxLength": 80,
"$ref": "#/definitions/nonEmptyString"
},
"description.full": {
"type": "string",
"maxLength": 4000
"maxLength": 4000,
"$ref": "#/definitions/nonEmptyString"
},
"localizationKeys": {
"type": "object",
Expand All @@ -39,11 +43,11 @@
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
"maxLength": 32
"maxLength": 128
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.description$": {
"type": "string",
"maxLength": 128
"maxLength": 4000
},
"^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
Expand Down Expand Up @@ -210,5 +214,11 @@
"maxLength": 2048
}
},
"required": [ "name.short", "description.short", "description.full" ]
"required": [ "name.short", "description.short", "description.full" ],
"definitions": {
"nonEmptyString": {
"type": "string",
"pattern": "^(?![nN][uU][lL]{2}$)\\s*\\S.*"
}
}
}
24 changes: 17 additions & 7 deletions teams/v1.22/MicrosoftTeams.Localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
},
"name.short": {
"type": "string",
"maxLength": 30
"maxLength": 30,
"$ref": "#/definitions/nonEmptyString"
},
"name.full": {
"type": "string",
"maxLength": 100
"maxLength": 100,
"$ref": "#/definitions/nonEmptyString"
},
"description.short": {
"type": "string",
"maxLength": 80
"maxLength": 80,
"$ref": "#/definitions/nonEmptyString"
},
"description.full": {
"type": "string",
"maxLength": 4000
"maxLength": 4000,
"$ref": "#/definitions/nonEmptyString"
},
"localizationKeys": {
"type": "object",
Expand All @@ -39,11 +43,11 @@
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
"maxLength": 32
"maxLength": 128
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.description$": {
"type": "string",
"maxLength": 128
"maxLength": 4000
},
"^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
Expand Down Expand Up @@ -214,5 +218,11 @@
"maxLength": 500
}
},
"required": [ "name.short", "description.short", "description.full" ]
"required": [ "name.short", "description.short", "description.full" ],
"definitions": {
"nonEmptyString": {
"type": "string",
"pattern": "^(?![nN][uU][lL]{2}$)\\s*\\S.*"
}
}
}
24 changes: 17 additions & 7 deletions teams/v1.23/MicrosoftTeams.Localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
},
"name.short": {
"type": "string",
"maxLength": 30
"maxLength": 30,
"$ref": "#/definitions/nonEmptyString"
},
"name.full": {
"type": "string",
"maxLength": 100
"maxLength": 100,
"$ref": "#/definitions/nonEmptyString"
},
"description.short": {
"type": "string",
"maxLength": 80
"maxLength": 80,
"$ref": "#/definitions/nonEmptyString"
},
"description.full": {
"type": "string",
"maxLength": 4000
"maxLength": 4000,
"$ref": "#/definitions/nonEmptyString"
},
"localizationKeys": {
"type": "object",
Expand All @@ -39,11 +43,11 @@
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
"maxLength": 32
"maxLength": 128
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.description$": {
"type": "string",
"maxLength": 128
"maxLength": 4000
},
"^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
Expand Down Expand Up @@ -302,5 +306,11 @@
"name.short",
"description.short",
"description.full"
]
],
"definitions": {
"nonEmptyString": {
"type": "string",
"pattern": "^(?![nN][uU][lL]{2}$)\\s*\\S.*"
}
}
}
28 changes: 19 additions & 9 deletions teams/v1.24/MicrosoftTeams.Localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
},
"name.short": {
"type": "string",
"maxLength": 30
"maxLength": 30,
"$ref": "#/definitions/nonEmptyString"
},
"name.full": {
"type": "string",
"maxLength": 100
"maxLength": 100,
"$ref": "#/definitions/nonEmptyString"
},
"description.short": {
"type": "string",
"maxLength": 80
"maxLength": 80,
"$ref": "#/definitions/nonEmptyString"
},
"description.full": {
"type": "string",
"maxLength": 4000
"maxLength": 4000,
"$ref": "#/definitions/nonEmptyString"
},
"localizationKeys": {
"type": "object",
Expand All @@ -37,13 +41,13 @@
"type": "string",
"maxLength": 128
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.title$": {
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[([0-9]|1[0-1])\\]\\.title$": {
"type": "string",
"maxLength": 32
"maxLength": 128
},
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[[0-9]\\]\\.description$": {
"^bots\\[0\\]\\.commandLists\\[[0-2]\\]\\.commands\\[([0-9]|1[0-1])\\]\\.description$": {
"type": "string",
"maxLength": 128
"maxLength": 4000
},
"^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.title$": {
"type": "string",
Expand Down Expand Up @@ -306,5 +310,11 @@
"name.short",
"description.short",
"description.full"
]
],
"definitions": {
"nonEmptyString": {
"type": "string",
"pattern": "^(?![nN][uU][lL]{2}$)\\s*\\S.*"
}
}
}
44 changes: 44 additions & 0 deletions teams/v1.25/MicrosoftTeams.AgenticUser.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Microsoft 365 Agentic User Template Schema",
"description": "Schema for Microsoft 365 Agentic User Template configuration - Development Preview version 0.1.0",
"required": [
"id",
"schemaVersion",
"agentIdentityBlueprintId"
],
"properties": {
"$schema": {
"type": "string",
"description": "The JSON schema reference for this manifest"
},
"id": {
"type": "string",
"description": "Unique identifier for the agentic user template. Must contain only alphanumeric characters, dots, underscores, and hyphens.",
"pattern": "^[a-zA-Z0-9._-]+$",
"minLength": 1,
"maxLength": 64
},
"schemaVersion": {
"type": "string",
"const": "0.1.0-preview",
"description": "Version of the agentic user template schema."
},
"agentIdentityBlueprintId": {
"type": "string",
"description": "Agent Identity Blueprint ID registered in Azure AD portal. Must be a valid GUID.",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"format": "uuid"
},
"communicationProtocol": {
"type": "string",
"description": "Protocol used for communicating with the agentic user.",
"enum": [
"activityProtocol"
],
"default": "activityProtocol"
}
},
"additionalProperties": false
}
Loading