rum_rum_site

APIs.ioEngineeringPlatform

Properties

Name Type Description
editable object
id object
value object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-rum-site-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_rum_site",
  "title": "rum_rum_site",
  "properties": {
    "editable": {
      "$ref": "#/components/schemas/rum_editable"
    },
    "id": {
      "$ref": "#/components/schemas/rum_id"
    },
    "value": {
      "$ref": "#/components/schemas/rum_value"
    }
  },
  "type": "object"
}