Microsoft Azure · JSON Structure

Azure Cosmos Db Stored Procedure Structure

Type: object Properties: 6
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

StoredProcedure is a JSON Structure definition published by Microsoft Azure, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id body _rid _ts _self _etag

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StoredProcedure",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "_rid": {
      "type": "string"
    },
    "_ts": {
      "type": "integer"
    },
    "_self": {
      "type": "string"
    },
    "_etag": {
      "type": "string"
    }
  }
}