{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InferenceAccelerator", "type": "object", "properties": { "deviceName": { "type": "string", "description": "The Elastic Inference accelerator device name." }, "deviceType": { "type": "string", "description": "The Elastic Inference accelerator type to use." } } }