Function

Valid Values

Examples

Meta-schema

{
	"type": "object",
	"additionalProperties": {
		"anyOf": [
			{
				"$ref": "#"
			},
			{
				"$ref": "#/definitions/stringArray"
			}
		]
	}
}