action traccar_post_attributes_computed { label: "Create an Attribute" provider: traccar method: POST path: "/attributes/computed" encoding: json input: { type: "object" properties: { attribute: { type: "string" } description: { type: "string" } expression: { type: "string" } id: { type: "integer" } type: { type: "string" description: "String|Number|Boolean" } } } output: { type: "object" properties: { attribute: { type: "string" } description: { type: "string" } expression: { type: "string" } id: { type: "integer" } type: { type: "string" description: "String|Number|Boolean" } } } }