$fromDefault $fromDefault : boolean Type boolean — Whether the value at this path was set from a schema default
__construct() __construct(string $value) Parameters string $value Throws \JsonSchema\Exception\InvalidArgumentException when $value is not a string
withPropertyPaths() withPropertyPaths(array $propertyPaths) : \JsonSchema\Entity\JsonPointer Parameters array $propertyPaths Returns \JsonSchema\Entity\JsonPointer
fromDefault() fromDefault() : boolean Check whether the value at this path was set from a schema default Returns boolean
decodePropertyPaths() decodePropertyPaths(string $propertyPathString) : array<mixed,string> Parameters string $propertyPathString Returns array<mixed,string>