class GovukSchemas::RandomSchemaGenerator
def lookup_json_pointer(ref)
def lookup_json_pointer(ref) elements = ref.split("/") elements.shift @schema.dig(*elements) || raise("Definition `#{ref}` not found in the schema") end
def lookup_json_pointer(ref) elements = ref.split("/") elements.shift @schema.dig(*elements) || raise("Definition `#{ref}` not found in the schema") end