action meshery_id_postoammeshery_pattern { label: "Handles registering OMA objects" description: "Adding a workload/trait/scope\n\n{type} being of either trait, scope, workload; registration of adapter capabilities." provider: meshery method: POST path: "/api/oam/{type}" encoding: json input: { type: "object" properties: { type: { type: "string" } } required: ["type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }