Oracle Database · Schema

CreateRoleRequest

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
name string
description string
View JSON Schema on GitHub

JSON Schema

oracle-database-createrolerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateRoleRequest",
  "title": "CreateRoleRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}