{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MediaSourceConfig", "title": "MediaSourceConfig", "type": "object", "required": [ "MediaUriSecretArn", "MediaUriType" ], "properties": { "MediaUriSecretArn": { "allOf": [ { "$ref": "#/components/schemas/MediaUriSecretArn" }, { "description": "The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location." } ] }, "MediaUriType": { "allOf": [ { "$ref": "#/components/schemas/MediaUriType" }, { "description": "
The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.
Preview only supports the RTSP_URI media source URI format .
MediaUriSecretArn and MediaUriType) to access the media files that are streamed to the camera."
}