AURA JSON Block
This is the minimal verifiable structure used to declare AI involvement in content creation.
{
"aura_version": "0.1",
"model": "GPT-4o",
"provider": "OpenAI",
"prompt": "Summarize the paper",
"timestamp": "2025-07-25T10:32Z",
"user_edit": true,
"content_hash": "a0f4...dc82",
"license": "CC-BY-4.0",
"notes": "Content edited",
"uid": "AURA-2025-000001"
}
aura_version
: Protocol versionmodel
: Name of the AI model usedprovider
: Platform or service that provided the AIprompt
: Human input that triggered generationtimestamp
: UTC time of generationuser_edit
: Indicates if post-editing was donecontent_hash
: Hash of final content for integritylicense
: Usage licensenotes
: Additional human notesuid
: Unique content identifier
The content_hash
ensures integrity; the prompt
and model
identify the generative event.