-
Notifications
You must be signed in to change notification settings - Fork 1
elements_metadata_spec
The Metadata Spec endpoints.
This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.
- elements_create_metadata_spec
- elements_delete_metadata_spec
- elements_get_editor_schema
- elements_get_json_schema
- elements_get_metadata_spec
- elements_get_metadata_specs
- elements_update_metadata_spec
Creates a new Metadata Spec definition.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_metadata_spec(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateMetadataSpecRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMetadataSpec or Undefined | |
| _request | ElementsRequest |
Deletes a MetadataSpec with the specified id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_metadata_spec(_metadata_spec_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _metadata_spec_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Gets a specific Metadata Editor Schema backed by the supplied MetadataSpec by name.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_editor_schema(_metadata_spec_name, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _metadata_spec_name | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsEditorSchema or Undefined | |
| _request | ElementsRequest |
Gets a specific JSON Schema backed by the supplied MetadataSpec by name.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_json_schema(_metadata_spec_name, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _metadata_spec_name | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsJsonSchema or Undefined | |
| _request | ElementsRequest |
Gets a specific MetadataSpec by name or Id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_metadata_spec(_metadata_spec_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _metadata_spec_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMetadataSpec or Undefined | |
| _request | ElementsRequest |
Gets a pagination of Metadata Specs for the given query.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_metadata_specs(_offset=undefined, _count=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationMetadataSpec or Undefined | |
| _request | ElementsRequest |
Updates a MetadataSpec with the specified id.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_metadata_spec(_metadata_spec_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _metadata_spec_id | String | |
| _body | ElementsUpdateMetadataSpecRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMetadataSpec or Undefined | |
| _request | ElementsRequest |
GameMaker 2026
- Application
- Auth
- Auth Scheme
- Blockchain
- Codegen
- Deployment
- Elements
- Elm
- Followee
- Follower
- Friend
- Health
- Index
- Inventory
- Invite
- Ios
- Item
- Large Object
- Large Object Mp
- Leaderboard
- Meta
- Metadata
- Metadata Spec
- Mission
- Mock Session
- Multi Match
- Notification
- Oidc
- Product
- Profile
- Progress
- Rank
- Receipt
- Reward Issuance
- Save Data
- Schedule
- Score
- Session
- Signup
- Steam
- User
- Verify
- Version