| { | |
| "FileContentKeywordValidation": | |
| { | |
| "Keywords": | |
| [ | |
| { | |
| "Targets": "+PS4", | |
| "Files": | |
| [ | |
| "Documentation~/Building-For-Consoles.md" | |
| ], | |
| "Patterns": | |
| [ | |
| "com\\.unity\\.render-pipelines\\.ps4" | |
| ] | |
| }, | |
| { | |
| "Targets": "+PS5", | |
| "Files": | |
| [ | |
| "Documentation~/Building-For-Consoles.md" | |
| ], | |
| "Patterns": | |
| [ | |
| "com\\.unity\\.render-pipelines\\.ps5" | |
| ] | |
| }, | |
| { | |
| "Targets": "+XboxOne", | |
| "Files": | |
| [ | |
| "Documentation~/Building-For-Consoles.md" | |
| ], | |
| "Patterns": | |
| [ | |
| "com\\.unity\\.render-pipelines\\.xboxone" | |
| ] | |
| } | |
| ] | |
| } | |
| } | |