(self, contributors)
| 51 | self.json_output['$schema'] = "https://schema.khronos.org/vulkan/{0}.json#".format(schema) |
| 52 | |
| 53 | def set_contributors(self, contributors): |
| 54 | self.json_output['contributors'] = contributors |
| 55 | |
| 56 | def set_history(self, history): |
| 57 | self.json_output['history'] = history |