22 lines
697 B
C#
22 lines
697 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
namespace Questionable.Validation.Validators;
|
|
|
|
internal sealed class GatheringSchemaValidator : DefinitionSchemaValidator
|
|
{
|
|
protected override EPathType PathType => EPathType.Gathering;
|
|
|
|
protected override string MainSchemaUri
|
|
{
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
get
|
|
{
|
|
return global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(-945562084);
|
|
}
|
|
}
|
|
|
|
public GatheringSchemaValidator(SchemaRegistrar schemaRegistrar)
|
|
: base(schemaRegistrar)
|
|
{
|
|
}
|
|
}
|