Microsoft Power Automate Management Api Context
JSON-LD context defining the semantic vocabulary for Microsoft Power Automate Management Api from Microsoft Power Automate.
6 Classes
17 Properties
4 Namespaces
Namespaces
mpa:
https://api.flow.microsoft.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Flow
Environment
FlowRun
Connector
Connection
FlowPermission
Properties
| Property |
Type |
Container |
| name |
string |
|
| description |
string |
|
| displayName |
string |
|
| state |
string |
|
| createdTime |
dateTime |
|
| lastModifiedTime |
dateTime |
|
| startTime |
dateTime |
|
| endTime |
dateTime |
|
| status |
string |
|
| location |
string |
|
| environmentSku |
string |
|
| isDefault |
boolean |
|
| flowTriggerUri |
reference |
|
| iconUri |
reference |
|
| tier |
string |
|
| isCustomApi |
boolean |
|
| email |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"mpa": "https://api.flow.microsoft.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Flow": "mpa:Flow",
"Environment": "mpa:Environment",
"FlowRun": "mpa:FlowRun",
"Connector": "mpa:Connector",
"Connection": "mpa:Connection",
"FlowPermission": "mpa:FlowPermission",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"displayName": {
"@id": "mpa:displayName",
"@type": "xsd:string"
},
"state": {
"@id": "mpa:state",
"@type": "xsd:string"
},
"createdTime": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"lastModifiedTime": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"startTime": {
"@id": "mpa:startTime",
"@type": "xsd:dateTime"
},
"endTime": {
"@id": "mpa:endTime",
"@type": "xsd:dateTime"
},
"status": {
"@id": "mpa:status",
"@type": "xsd:string"
},
"location": {
"@id": "mpa:location",
"@type": "xsd:string"
},
"environmentSku": {
"@id": "mpa:environmentSku",
"@type": "xsd:string"
},
"isDefault": {
"@id": "mpa:isDefault",
"@type": "xsd:boolean"
},
"flowTriggerUri": {
"@id": "mpa:flowTriggerUri",
"@type": "@id"
},
"iconUri": {
"@id": "mpa:iconUri",
"@type": "@id"
},
"tier": {
"@id": "mpa:tier",
"@type": "xsd:string"
},
"isCustomApi": {
"@id": "mpa:isCustomApi",
"@type": "xsd:boolean"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
}
}
}