{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:PerformanceRole", "title": "PerformanceRole", "description": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.", "type": "object", "allOf": [ { "description": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\\n\\nSee also [blog post](http://blog.schema.org/2014/06/introducing-role.html).", "$ref": "schema:Role" } ], "properties": { "characterName": { "description": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.", "type": "string" } } }