Productiv · JSON Structure

Productiv Developer App Details Structure

Type: object Properties: 10
Application PortfolioProvisioningSaaS ManagementSpend ManagementUsage Analytics

AppDetails is a JSON Structure definition published by Productiv, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ApplicationId AppName AppStatus VendorName Instances Activity Contracts FiscalSpend Compliance SSOProtocols

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppDetails",
  "type": "object",
  "properties": {
    "ApplicationId": {
      "type": "string"
    },
    "AppName": {
      "type": "string"
    },
    "AppStatus": {
      "type": "string"
    },
    "VendorName": {
      "type": "string"
    },
    "Instances": {
      "type": "array"
    },
    "Activity": {
      "type": "object"
    },
    "Contracts": {
      "type": "array"
    },
    "FiscalSpend": {
      "type": "object"
    },
    "Compliance": {
      "type": "object"
    },
    "SSOProtocols": {
      "type": "array"
    }
  }
}