Added uri in jsonchema for aws credentials (#10315)

* Added uri in jsonchema

* fixed sample data
This commit is contained in:
Onkar Ravgan 2023-02-24 22:17:38 +05:30 committed by GitHub
parent 0e5af5045f
commit 21a30af25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"awsAccessKeyId": "aws accessKey id",
"awsSecretAccessKey": "aws secret access key",
"awsRegion": "aws region",
"endPointURL": "https://glue.<region_name>.amazonaws.com/"
"endPointURL": "https://glue.region_name.amazonaws.com/"
},
"storageServiceName": "glue_s3"
}

View File

@ -30,7 +30,8 @@
"endPointURL": {
"title": "Endpoint URL",
"description": "EndPoint URL for the AWS",
"type": "string"
"type": "string",
"format": "uri"
}
},
"additionalProperties": false,