A tag is a label consisting of a user-defined key and value. The form for tags is {"Key", "Value"}
Type: objectProperties: 2Required: 2
FHIRHealth DataHealthcareHIPAACloud Computing
Tag is a JSON Structure definition published by Amazon HealthLake, describing 2 properties, of which 2 are 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-healthlake/refs/heads/main/json-schema/healthlake-tag-schema.json",
"name": "Tag",
"type": "object",
"required": [
"Key",
"Value"
],
"properties": {
"Key": {
"allOf": [
{
"$ref": "#/components/schemas/TagKey"
},
{
"description": " The key portion of a tag. Tag keys are case sensitive. "
}
]
},
"Value": {
"allOf": [
{
"$ref": "#/components/schemas/TagValue"
},
{
"description": " The value portion of a tag. Tag values are case sensitive. "
}
]
}
},
"description": " A tag is a label consisting of a user-defined key and value. The form for tags is {\"Key\", \"Value\"} "
}
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.