YAML::PP::Schema::Core(3) User Contributed Perl Documentation NAME YAML::PP::Schema::Core - YAML 1.2 Core Schema SYNOPSIS my $yp = YAML::PP->new( schema => ['Core'] ); DESCRIPTION This schema is the official recommended Core Schema for YAML 1.2. It loads additional values to the JSON schema as special types, for example "TRUE" and "True" additional to "true". Official Schema: Here you can see all Schemas and examples implemented by YAML::PP: METHODS register Called by YAML::PP::Schema perl v5.42.0 2025-12-14 YAML::PP::Schema::Core(3)