Project is a JSON Structure definition published by Amazon Monitron, describing 5 properties. 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-project-structure.json",
"name": "Project",
"type": "object",
"description": "Represents a Monitron project.",
"properties": {
"createdAt": {
"type": "datetime",
"description": "The time at which the project was created."
},
"projectArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the project."
},
"projectName": {
"type": "string",
"description": "The name of the project."
},
"status": {
"type": "string",
"description": "The current status of the project.",
"enum": [
"ACTIVE",
"DELETING"
]
},
"updatedAt": {
"type": "datetime",
"description": "The time at which the project was last updated."
}
}
}
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.