When a property with a placeholder is followed by a key prefixed with @@x-, a warning The placeholder is defined in the metadata, but not in the message.(missing_placeholder_with_metadata) is popped.
i.e:
{
"some": "some {title}",
"@some": {
"placeholders": {
"title": {
"type": "String"
}
}
},
"@@x-comment": ""
}
When a property with a placeholder is followed by a key prefixed with
@@x-, a warningThe placeholder is defined in the metadata, but not in the message.(missing_placeholder_with_metadata)is popped.i.e:
{ "some": "some {title}", "@some": { "placeholders": { "title": { "type": "String" } } }, "@@x-comment": "" }