dt settings put-schema
Overview
Sets or updates a schema
Synopsis
dt settings put-schema [OPTIONS] <key> <value>
Options
-J,--json-enrichened
Output a newly created entity in JSON format
Arguments
-
key(required)
Type:String
Name of the schema -
value(required)
Type:String
The schema
Examples
Create or update the schema named 'bar' with the schema data in my_schema.json
dt settings put-schema bar file:///home/user/my_schema.json
SEE ALSO
← Back to dt settings