# Component Metadata

Please notice that each component has a different `Object`structure, that depends on the `ComponentTypeKey`: *\<componenttype>#\<subtype>.*\
\&#xNAN;*(see* [Component Metadata object](https://help.boomi.com/docs/Runtime/Integration/Runtime%20API/int-Component_metadata_object_c2067cb5-bb9d-4033-adc2-d4707e26e75c) for more information).

Example Metadata for a Process component

```json
{
  "SID": "5420-98993",
  "ComponentTypeKey": "process",
  "Object": {
    "Process": {
      "Shapes": {
        "Shape": [ // removed from here
        ]
        }
      },
      "PartnerOverrides": "",
      "Properties": "",
      "Extensions": {
        "ObjectDefinitions": {
          "ObjectDefinition": [
            {
              "Profiles": { "Profile": [] },
              "ConnectionId": "1540d037-3a9a-4b33-",
              "ConnectorType": "officialboomi-X3979C-opena2-prod",
              "Id": "1540d037-3a9a-4b33-/{accountId}/Staging/Query",
              "Name": "OpenAPI (Tech Preview) /{accountId}/Staging/Query (OAPI # MSPro.Services)",
              "ObjectType": "/{accountId}/Staging/Query",
              "UserDefined": "false"
            }
          ],
          "UnusedProfiles": [ {} ]
        },
        "DataMaps": { "UnusedMaps": [ {} ] }
      },
      "CrossReferenceOverrides": {
        "CrossReferenceOverride": []
      },
      "PGPOverrides": "",
      "DefinedProcessPropertyOverrides": {
        "OverrideableDefinedProcessPropertyComponent": [
          {
            "OverrideableDefinedProcessPropertyValue": [
              {
                "Key": "115db200-399a-4c90-",
                "Name": "JobId",
                "Overrideable": "true"
              },...
            ],
            "ComponentId": "a456449a-3caf-4ea0-"
          },
          {
            "OverrideableDefinedProcessPropertyValue": [
              {
                "Key": "30c0a47c-732c-4e50-9d5e-",
                "Name": "AccountId",
                "Overrideable": "false"
              }
            ],
            "ComponentId": "69fadfa1-be09-412f-"
          }
        ]
      }
    }
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/component-metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
