CreateProjectRequest schema from Amazon Monitron API
Type: objectProperties: 4Required: 1
BroadcastingMedia ProcessingMedia
CreateProjectRequest is a JSON Structure definition published by Amazon Monitron, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-monitron/refs/heads/main/json-structure/monitron-api-create-project-request-structure.json",
"name": "CreateProjectRequest",
"type": "object",
"description": "CreateProjectRequest schema from Amazon Monitron API",
"properties": {
"clientToken": {
"type": "string",
"description": "A unique case-sensitive identifier used to idempotently create a resource."
},
"kmsKeyId": {
"type": "string",
"description": "The ID of the AWS Key Management Service (KMS) key to use to encrypt your project data."
},
"projectName": {
"type": "string",
"description": "The name of the project."
},
"tags": {
"type": "object",
"description": "Resource tags to add to the project."
}
},
"required": [
"projectName"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.