{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsQuestion",
	"title": "ActivityStreamsQuestion",
	"description": "A W3C Activity Streams Question.\n\nA `Question` represents a question being asked. Use `oneOf` for exclusive\nchoices, `anyOf` for inclusive choices, and `closed` to indicate when the question\nis closed.",
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsQuestionBase"
		},
		{
			"oneOf": [
				{
					"$ref": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsQuestionAnyOfChoice"
				},
				{
					"$ref": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsQuestionOneOfChoice"
				},
				{
					"$ref": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsQuestionNeitherChoice"
				}
			]
		}
	]
}
