workers_namespace-response

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_by object
created_on object
modified_by object
modified_on object
namespace_id object
namespace_name object
script_count object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-namespace-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_namespace-response",
  "title": "workers_namespace-response",
  "properties": {
    "created_by": {
      "$ref": "#/components/schemas/workers_identifier"
    },
    "created_on": {
      "$ref": "#/components/schemas/workers_created_on"
    },
    "modified_by": {
      "$ref": "#/components/schemas/workers_identifier"
    },
    "modified_on": {
      "$ref": "#/components/schemas/workers_modified_on"
    },
    "namespace_id": {
      "$ref": "#/components/schemas/workers_uuid"
    },
    "namespace_name": {
      "$ref": "#/components/schemas/workers_dispatch_namespace_name"
    },
    "script_count": {
      "$ref": "#/components/schemas/workers_script_count"
    }
  }
}