{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lake-formation/refs/heads/main/json-structure/amazon-lake-formation-resource-structure.json", "name": "DataLakeResource", "description": "A resource registered with AWS Lake Formation.", "type": "object", "properties": { "ResourceArn": { "type": "string", "description": "The ARN of the resource registered with Lake Formation." }, "RoleArn": { "type": "string", "description": "The IAM role that registered the resource." }, "LastModified": { "type": "datetime", "description": "The date and time the resource was last modified." } } }